#CFF268

Color #CFF268 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFF268

Tints of Mindaro #CFF268

Color information

#CFF268 (or 0xCFF268) is unknown color: approx Mindaro. HEX triplet: CF, F2 and 68. RGB value is (207,242,104). Sum of RGB (Red+Green+Blue) = 207+242+104=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF268 is #300D97. Grayscale: #D8D8D8. Windows color (decimal): -3149208 or 6877903. OLE color: 6877903.

HSL color Cylindrical-coordinate representation of color #CFF268: hue angle of 75.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF268 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB207242104-
CMYK0.1400.570.05
HSL75.22º84.15%67.84%-
HSV(B)75.22º57.02%94.9%-
XYZ59.9877.7724.95-
YUV215.864.9121.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 104 (41.02% from 255) = 18.81%
R=37.43%
G=43.76%
B=18.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421040.1400.570.0575.2284.1567.84
HexCFF268E03954b5444
Octal317362150160715113124104
Binary1100111111110010110100011100111001101100101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF268; }

 p { color: rgb(207,242,104); }

 H1.HeaderClassName
 {
   color: #CFF268;
 }
 .AnyTagClassName
 {
   color: #CFF268;
 }
</style>
background-color css

<style>
 a { background-color: #CFF268; }

 a { background-color: rgb(207,242,104); }

 div.DivClassName
 {
   background-color: #CFF268;
 }
 .BgClassName
 {
   background-color: #CFF268;
 }
</style>
border-color css

<style>
 span { border-color: #CFF268; }

 span { border-color: rgb(207,242,104); }

 td.TdClassName
 {
   border-color: #CFF268;
 }
 .TagClassName
 {
   border-color: #CFF268;
 }
</style>