#C9E067

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

Shades of Mindaro #C9E067

Tints of Mindaro #C9E067

Color information

#C9E067 (or 0xC9E067) is unknown color: approx Mindaro. HEX triplet: C9, E0 and 67. RGB value is (201,224,103). Sum of RGB (Red+Green+Blue) = 201+224+103=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E067 is #361F98. Grayscale: #CBCBCB. Windows color (decimal): -3547033 or 6807753. OLE color: 6807753.

HSL color Cylindrical-coordinate representation of color #C9E067: hue angle of 71.4º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9E067 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB201224103-
CMYK0.1000.540.12
HSL71.4º66.12%64.12%-
HSV(B)71.4º54.02%87.84%-
XYZ53.1966.7122.9-
YUV203.3371.38126.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 103 (40.62% from 255) = 19.51%
R=38.07%
G=42.42%
B=19.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012241030.1000.540.1271.466.1264.12
HexC9E067A036C474240
Octal3113401471206614107102100
Binary11001001111000001100111101001101101100100011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E067; }

 p { color: rgb(201,224,103); }

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

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

 a { background-color: rgb(201,224,103); }

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

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

 span { border-color: rgb(201,224,103); }

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