Html Css Color HEX #C9EA64 Mindaro

📋 copy color: '#C9EA64'

red 201 ◦ green 234 ◦ blue 100

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

Shades of Mindaro #C9EA64

Tints of Mindaro #C9EA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 37.57%
G = 43.74%
B = 18.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#C9EA64 (or 0xC9EA64) is known color: Mindaro. HEX triplet: C9, EA and 64. RGB value is (201,234,100). Sum of RGB (Red+Green+Blue) = 201+234+100=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA64 is #36159B. Grayscale: #D1D1D1. Windows color (decimal): -3544476 or 6613705. OLE color: 6613705.

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

Color convert

RGB 201 234 100 -
CMYK 0.14 0 0.57 0.08
HSL 74.78º 0.76% 0.65% -
HSV(B) 74.78º 0.57% 0.92% -
XYZ 55.81 72.18 23.05 -
YUV 208.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 201 234 100 0.14 0 0.57 0.08 74.78 0.76 0.65
Hex C9 EA 64 E 0 39 8 4B 4C 41
Octal 311 352 144 16 0 71 10 113 114 101
Binary 11001001 11101010 1100100 1110 0 111001 1000 1001011 1001100 1000001

Color Harmonies of #C9EA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EA64

Black with #C9EA64

Text Example


Text Example

White with #C9EA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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