Html Css Color HEX #C9FA5D Mindaro

📋 copy color: '#C9FA5D'

red 201 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #C9FA5D

Tints of Mindaro #C9FA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 36.95%
G = 45.96%
B = 17.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#C9FA5D (or 0xC9FA5D) is known color: Mindaro. HEX triplet: C9, FA and 5D. RGB value is (201,250,93). Sum of RGB (Red+Green+Blue) = 201+250+93=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA5D is #3605A2. Grayscale: #DADADA. Windows color (decimal): -3540387 or 6159049. OLE color: 6159049.

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

Color convert

RGB 201 250 93 -
CMYK 0.20 0 0.63 0.02
HSL 78.73º 0.94% 0.67% -
HSV(B) 78.73º 0.63% 0.98% -
XYZ 60.25 81.58 22.93 -
YUV 217.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 201 250 93 0.20 0 0.63 0.02 78.73 0.94 0.67
Hex C9 FA 5D 14 0 3F 2 4F 5E 43
Octal 311 372 135 24 0 77 2 117 136 103
Binary 11001001 11111010 1011101 10100 0 111111 10 1001111 1011110 1000011

Color Harmonies of #C9FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FA5D

Black with #C9FA5D

Text Example


Text Example

White with #C9FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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