Html Css Color HEX #C9FC5A Mindaro

📋 copy color: '#C9FC5A'

red 201 ◦ green 252 ◦ blue 90

#C9FC5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #C9FC5A

Tints of Mindaro #C9FC5A

RGB

 RED value IS 201 (78.91% from 255) = 37.02%

 GREEN value IS 252 (98.83% from 255) = 46.41%

 BLUE value IS 90 (35.55% from 255) = 16.57%

R = 37.02%
G = 46.41%
B = 16.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#C9FC5A (or 0xC9FC5A) is known color: Mindaro. HEX triplet: C9, FC and 5A. RGB value is (201,252,90). Sum of RGB (Red+Green+Blue) = 201+252+90=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FC5A is #3603A5. Grayscale: #DADADA. Windows color (decimal): -3539878 or 5962953. OLE color: 5962953.

HSL color Cylindrical-coordinate representation of color #C9FC5A: hue angle of 78.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9FC5A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 90 -
CMYK 0.20 0 0.64 0.01
HSL 78.89º 0.96% 0.67% -
HSV(B) 78.89º 0.64% 0.99% -
XYZ 60.74 82.78 22.45 -
YUV 218.28 55.6 115.67 -
System Red Green Blue C M Y K H S L
Decimal 201 252 90 0.20 0 0.64 0.01 78.89 0.96 0.67
Hex C9 FC 5A 14 0 40 1 4F 60 43
Octal 311 374 132 24 0 100 1 117 140 103
Binary 11001001 11111100 1011010 10100 0 1000000 1 1001111 1100000 1000011

Color Harmonies of #C9FC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC5A

Black with #C9FC5A

Text Example


Text Example

White with #C9FC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC5A; }

 p { color: rgb(201,252,90); }

 H1.HeaderClassName
 {
   color: #C9FC5A;
 }
 .AnyTagClassName
 {
   color: #C9FC5A;
 }
</style>

background-color css

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

 a { background-color: rgb(201,252,90); }

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

border-color css

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

 span { border-color: rgb(201,252,90); }

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