Html Css Color HEX #C9EB5A Mindaro

📋 copy color: '#C9EB5A'

red 201 ◦ green 235 ◦ blue 90

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

Shades of Mindaro #C9EB5A

Tints of Mindaro #C9EB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.11%

R = 38.21%
G = 44.68%
B = 17.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#C9EB5A (or 0xC9EB5A) is known color: Mindaro. HEX triplet: C9, EB and 5A. RGB value is (201,235,90). Sum of RGB (Red+Green+Blue) = 201+235+90=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB5A is #3614A5. Grayscale: #D0D0D0. Windows color (decimal): -3544230 or 5958601. OLE color: 5958601.

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

Color convert

RGB 201 235 90 -
CMYK 0.14 0 0.62 0.08
HSL 74.07º 0.78% 0.64% -
HSV(B) 74.07º 0.62% 0.92% -
XYZ 55.64 72.57 20.75 -
YUV 208.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 201 235 90 0.14 0 0.62 0.08 74.07 0.78 0.64
Hex C9 EB 5A E 0 3E 8 4A 4E 40
Octal 311 353 132 16 0 76 10 112 116 100
Binary 11001001 11101011 1011010 1110 0 111110 1000 1001010 1001110 1000000

Color Harmonies of #C9EB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB5A

Black with #C9EB5A

Text Example


Text Example

White with #C9EB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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