#C9E360

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

Shades of Mindaro #C9E360

Tints of Mindaro #C9E360

Color information

#C9E360 (or 0xC9E360) is unknown color: approx Mindaro. HEX triplet: C9, E3 and 60. RGB value is (201,227,96). Sum of RGB (Red+Green+Blue) = 201+227+96=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E360 is #361C9F. Grayscale: #CCCCCC. Windows color (decimal): -3546272 or 6349769. OLE color: 6349769.

HSL color Cylindrical-coordinate representation of color #C9E360: hue angle of 71.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9E360 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB20122796-
CMYK0.1100.580.11
HSL71.91º70.05%63.33%-
HSV(B)71.91º57.71%89.02%-
XYZ53.6768.221.4-
YUV204.2966.89125.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=38.36%
G=43.32%
B=18.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201227960.1100.580.1171.9170.0563.33
HexC9E360B03AB48463f
Octal311343140130721311010677
Binary1100100111100011110000010110111010101110010001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E360; }

 p { color: rgb(201,227,96); }

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

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

 a { background-color: rgb(201,227,96); }

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

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

 span { border-color: rgb(201,227,96); }

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