Html Css Color HEX #C9EA5D Mindaro

📋 copy color: '#C9EA5D'

red 201 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #C9EA5D

Tints of Mindaro #C9EA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.32%

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

R = 38.07%
G = 44.32%
B = 17.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#C9EA5D (or 0xC9EA5D) is known color: Mindaro. HEX triplet: C9, EA and 5D. RGB value is (201,234,93). Sum of RGB (Red+Green+Blue) = 201+234+93=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA5D is #3615A2. Grayscale: #D0D0D0. Windows color (decimal): -3544483 or 6154953. OLE color: 6154953.

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

Color convert

RGB 201 234 93 -
CMYK 0.14 0 0.60 0.08
HSL 74.04º 0.77% 0.64% -
HSV(B) 74.04º 0.6% 0.92% -
XYZ 55.49 72.05 21.34 -
YUV 208.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 201 234 93 0.14 0 0.60 0.08 74.04 0.77 0.64
Hex C9 EA 5D E 0 3C 8 4A 4D 40
Octal 311 352 135 16 0 74 10 112 115 100
Binary 11001001 11101010 1011101 1110 0 111100 1000 1001010 1001101 1000000

Color Harmonies of #C9EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EA5D

Black with #C9EA5D

Text Example


Text Example

White with #C9EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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