Html Css Color HEX #C9EB5E Mindaro

📋 copy color: '#C9EB5E'

red 201 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #C9EB5E

Tints of Mindaro #C9EB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

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

R = 37.92%
G = 44.34%
B = 17.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#C9EB5E (or 0xC9EB5E) is known color: Mindaro. HEX triplet: C9, EB and 5E. RGB value is (201,235,94). Sum of RGB (Red+Green+Blue) = 201+235+94=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB5E is #3614A1. Grayscale: #D1D1D1. Windows color (decimal): -3544226 or 6220745. OLE color: 6220745.

HSL color Cylindrical-coordinate representation of color #C9EB5E: hue angle of 74.47º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9EB5E is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 235 94 -
CMYK 0.14 0 0.6 0.08
HSL 74.47º 0.78% 0.65% -
HSV(B) 74.47º 0.6% 0.92% -
XYZ 55.82 72.64 21.67 -
YUV 208.76 63.24 122.46 -
System Red Green Blue C M Y K H S L
Decimal 201 235 94 0.14 0 0.6 0.08 74.47 0.78 0.65
Hex C9 EB 5E E 0 3C 8 4A 4E 41
Octal 311 353 136 16 0 74 10 112 116 101
Binary 11001001 11101011 1011110 1110 0 111100 1000 1001010 1001110 1000001

Color Harmonies of #C9EB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB5E

Black with #C9EB5E

Text Example


Text Example

White with #C9EB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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