#CFE17B

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

Shades of Mindaro #CFE17B

Tints of Mindaro #CFE17B

Color information

#CFE17B (or 0xCFE17B) is unknown color: approx Mindaro. HEX triplet: CF, E1 and 7B. RGB value is (207,225,123). Sum of RGB (Red+Green+Blue) = 207+225+123=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE17B is #301E84. Grayscale: #D0D0D0. Windows color (decimal): -3153541 or 8118735. OLE color: 8118735.

HSL color Cylindrical-coordinate representation of color #CFE17B: hue angle of 70.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE17B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB207225123-
CMYK0.0800.450.12
HSL70.59º62.96%68.24%-
HSV(B)70.59º45.33%88.24%-
XYZ56.2368.5529.01-
YUV207.9980.04127.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=37.30%
G=40.54%
B=22.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251230.0800.450.1270.5962.9668.24
HexCFE17B802DC473f44
Octal317341173100551410777104
Binary1100111111100001111101110000101101110010001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE17B; }

 p { color: rgb(207,225,123); }

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

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

 a { background-color: rgb(207,225,123); }

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

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

 span { border-color: rgb(207,225,123); }

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