Html Css Color HEX #C9ED5E Mindaro

📋 copy color: '#C9ED5E'

red 201 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #C9ED5E

Tints of Mindaro #C9ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

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

R = 37.78%
G = 44.55%
B = 17.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#C9ED5E (or 0xC9ED5E) is known color: Mindaro. HEX triplet: C9, ED and 5E. RGB value is (201,237,94). Sum of RGB (Red+Green+Blue) = 201+237+94=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED5E is #3612A1. Grayscale: #D2D2D2. Windows color (decimal): -3543714 or 6221257. OLE color: 6221257.

HSL color Cylindrical-coordinate representation of color #C9ED5E: hue angle of 75.1º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9ED5E is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 94 -
CMYK 0.15 0 0.60 0.07
HSL 75.1º 0.8% 0.65% -
HSV(B) 75.1º 0.6% 0.93% -
XYZ 56.39 73.79 21.86 -
YUV 209.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 201 237 94 0.15 0 0.60 0.07 75.1 0.8 0.65
Hex C9 ED 5E F 0 3C 7 4B 50 41
Octal 311 355 136 17 0 74 7 113 120 101
Binary 11001001 11101101 1011110 1111 0 111100 111 1001011 1010000 1000001

Color Harmonies of #C9ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ED5E

Black with #C9ED5E

Text Example


Text Example

White with #C9ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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