#C9F960

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

Shades of Mindaro #C9F960

Tints of Mindaro #C9F960

Color information

#C9F960 (or 0xC9F960) is unknown color: approx Mindaro. HEX triplet: C9, F9 and 60. RGB value is (201,249,96). Sum of RGB (Red+Green+Blue) = 201+249+96=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F960 is #36069F. Grayscale: #D9D9D9. Windows color (decimal): -3540640 or 6355401. OLE color: 6355401.

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

Color convert

RGB20124996-
CMYK0.1900.610.02
HSL78.82º92.73%67.65%-
HSV(B)78.82º61.45%97.65%-
XYZ60.0781.0123.54-
YUV217.2159.6116.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 96 (37.89% from 255) = 17.58%
R=36.81%
G=45.60%
B=17.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201249960.1900.610.0278.8292.7367.65
HexC9F9601303D24f5d44
Octal311371140230752117135104
Binary1100100111111001110000010011011110110100111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F960; }

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

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

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

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

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

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

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

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