Html Css Color HEX #C9FF5E Mindaro

📋 copy color: '#C9FF5E'

red 201 ◦ green 255 ◦ blue 94

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

Shades of Mindaro #C9FF5E

Tints of Mindaro #C9FF5E

RGB

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

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

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

R = 36.55%
G = 46.36%
B = 17.09%

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

#C9FF5E (or 0xC9FF5E) is known color: Mindaro. HEX triplet: C9, FF and 5E. RGB value is (201,255,94). Sum of RGB (Red+Green+Blue) = 201+255+94=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF5E is #3600A1. Grayscale: #DDDDDD. Windows color (decimal): -3539106 or 6225865. OLE color: 6225865.

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

Color convert

RGB 201 255 94 -
CMYK 0.21 0 0.63 0
HSL 80.12º 1% 0.68% -
HSV(B) 80.12º 0.63% 1% -
XYZ 61.87 84.75 23.69 -
YUV 220.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 201 255 94 0.21 0 0.63 0 80.12 1 0.68
Hex C9 FF 5E 15 0 3F 0 50 64 44
Octal 311 377 136 25 0 77 0 120 144 104
Binary 11001001 11111111 1011110 10101 0 111111 0 1010000 1100100 1000100

Color Harmonies of #C9FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF5E

Black with #C9FF5E

Text Example


Text Example

White with #C9FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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