Html Css Color HEX #C9FA5E Mindaro

📋 copy color: '#C9FA5E'

red 201 ◦ green 250 ◦ blue 94

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

Shades of Mindaro #C9FA5E

Tints of Mindaro #C9FA5E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

 BLUE value IS 94 (37.11% from 255) = 17.25%

R = 36.88%
G = 45.87%
B = 17.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C9FA5E (or 0xC9FA5E) is known color: Mindaro. HEX triplet: C9, FA and 5E. RGB value is (201,250,94). Sum of RGB (Red+Green+Blue) = 201+250+94=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA5E is #3605A1. Grayscale: #DADADA. Windows color (decimal): -3540386 or 6224585. OLE color: 6224585.

HSL color Cylindrical-coordinate representation of color #C9FA5E: hue angle of 78.85º degrees, saturation: 0.94, 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 #C9FA5E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 94 -
CMYK 0.20 0 0.62 0.02
HSL 78.85º 0.94% 0.67% -
HSV(B) 78.85º 0.62% 0.98% -
XYZ 60.29 81.6 23.16 -
YUV 217.57 58.27 116.18 -
System Red Green Blue C M Y K H S L
Decimal 201 250 94 0.20 0 0.62 0.02 78.85 0.94 0.67
Hex C9 FA 5E 14 0 3E 2 4F 5E 43
Octal 311 372 136 24 0 76 2 117 136 103
Binary 11001001 11111010 1011110 10100 0 111110 10 1001111 1011110 1000011

Color Harmonies of #C9FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FA5E

Black with #C9FA5E

Text Example


Text Example

White with #C9FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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