#C9F95D

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

Shades of Mindaro #C9F95D

Tints of Mindaro #C9F95D

Color information

#C9F95D (or 0xC9F95D) is unknown color: approx Mindaro. HEX triplet: C9, F9 and 5D. RGB value is (201,249,93). Sum of RGB (Red+Green+Blue) = 201+249+93=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F95D is #3606A2. Grayscale: #D9D9D9. Windows color (decimal): -3540643 or 6158793. OLE color: 6158793.

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

Color convert

RGB20124993-
CMYK0.1900.630.02
HSL78.46º92.86%67.06%-
HSV(B)78.46º62.65%97.65%-
XYZ59.9480.9622.82-
YUV216.8658.1116.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 93 (36.72% from 255) = 17.13%
R=37.02%
G=45.86%
B=17.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201249930.1900.630.0278.4692.8667.06
HexC9F95D1303F24e5d43
Octal311371135230772116135103
Binary1100100111111001101110110011011111110100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F95D; }

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

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

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

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

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

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

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

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