Html Css Color HEX #C9FF5F Mindaro

📋 copy color: '#C9FF5F'

red 201 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #C9FF5F

Tints of Mindaro #C9FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 95 (37.5% from 255) = 17.24%

R = 36.48%
G = 46.28%
B = 17.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#C9FF5F (or 0xC9FF5F) is known color: Mindaro. HEX triplet: C9, FF and 5F. RGB value is (201,255,95). Sum of RGB (Red+Green+Blue) = 201+255+95=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF5F is #3600A0. Grayscale: #DDDDDD. Windows color (decimal): -3539105 or 6291401. OLE color: 6291401.

HSL color Cylindrical-coordinate representation of color #C9FF5F: hue angle of 80.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9FF5F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 201 255 95 -
CMYK 0.21 0 0.63 0
HSL 80.25º 1% 0.69% -
HSV(B) 80.25º 0.63% 1% -
XYZ 61.91 84.76 23.92 -
YUV 220.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 201 255 95 0.21 0 0.63 0 80.25 1 0.69
Hex C9 FF 5F 15 0 3F 0 50 64 45
Octal 311 377 137 25 0 77 0 120 144 105
Binary 11001001 11111111 1011111 10101 0 111111 0 1010000 1100100 1000101

Color Harmonies of #C9FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF5F

Black with #C9FF5F

Text Example


Text Example

White with #C9FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF5F; }

 p { color: rgb(201,255,95); }

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

background-color css

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

 a { background-color: rgb(201,255,95); }

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

border-color css

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

 span { border-color: rgb(201,255,95); }

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