#C9F95E

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

Shades of Mindaro #C9F95E

Tints of Mindaro #C9F95E

Color information

#C9F95E (or 0xC9F95E) is unknown color: approx Mindaro. HEX triplet: C9, F9 and 5E. RGB value is (201,249,94). Sum of RGB (Red+Green+Blue) = 201+249+94=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F95E is #3606A1. Grayscale: #D9D9D9. Windows color (decimal): -3540642 or 6224329. OLE color: 6224329.

HSL color Cylindrical-coordinate representation of color #C9F95E: hue angle of 78.58º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9F95E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB20124994-
CMYK0.1900.620.02
HSL78.58º92.81%67.25%-
HSV(B)78.58º62.25%97.65%-
XYZ59.9880.9823.06-
YUV216.9858.6116.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 94 (37.11% from 255) = 17.28%
R=36.95%
G=45.77%
B=17.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201249940.1900.620.0278.5892.8167.25
HexC9F95E1303E24f5d43
Octal311371136230762117135103
Binary1100100111111001101111010011011111010100111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F95E; }

 p { color: rgb(201,249,94); }

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

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

 a { background-color: rgb(201,249,94); }

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

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

 span { border-color: rgb(201,249,94); }

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