#C9F264

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

Shades of Mindaro #C9F264

Tints of Mindaro #C9F264

Color information

#C9F264 (or 0xC9F264) is unknown color: approx Mindaro. HEX triplet: C9, F2 and 64. RGB value is (201,242,100). Sum of RGB (Red+Green+Blue) = 201+242+100=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F264 is #360D9B. Grayscale: #D6D6D6. Windows color (decimal): -3542428 or 6615753. OLE color: 6615753.

HSL color Cylindrical-coordinate representation of color #C9F264: hue angle of 77.32º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9F264 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB201242100-
CMYK0.1700.590.05
HSL77.32º84.52%67.06%-
HSV(B)77.32º58.68%94.9%-
XYZ58.1476.8423.82-
YUV213.5563.92119.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 100 (39.45% from 255) = 18.42%
R=37.02%
G=44.57%
B=18.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2012421000.1700.590.0577.3284.5267.06
HexC9F2641103B54d5543
Octal311362144210735115125103
Binary11001001111100101100100100010111011101100110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F264; }

 p { color: rgb(201,242,100); }

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

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

 a { background-color: rgb(201,242,100); }

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

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

 span { border-color: rgb(201,242,100); }

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