#C9E65D

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

Shades of Mindaro #C9E65D

Tints of Mindaro #C9E65D

Color information

#C9E65D (or 0xC9E65D) is unknown color: approx Mindaro. HEX triplet: C9, E6 and 5D. RGB value is (201,230,93). Sum of RGB (Red+Green+Blue) = 201+230+93=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E65D is #3619A2. Grayscale: #CECECE. Windows color (decimal): -3545507 or 6153929. OLE color: 6153929.

HSL color Cylindrical-coordinate representation of color #C9E65D: hue angle of 72.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9E65D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB20123093-
CMYK0.1300.600.10
HSL72.7º73.26%63.33%-
HSV(B)72.7º59.57%90.2%-
XYZ54.3669.820.96-
YUV205.7164.39124.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 230 (90.23% from 255) = 43.89%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=38.36%
G=43.89%
B=17.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal201230930.1300.600.1072.773.2663.33
HexC9E65DD03CA49493f
Octal311346135150741211111177
Binary1100100111100110101110111010111100101010010011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E65D; }

 p { color: rgb(201,230,93); }

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

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

 a { background-color: rgb(201,230,93); }

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

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

 span { border-color: rgb(201,230,93); }

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