Html Css Color HEX #C9EB60 Mindaro

📋 copy color: '#C9EB60'

red 201 ◦ green 235 ◦ blue 96

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

Shades of Mindaro #C9EB60

Tints of Mindaro #C9EB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 37.78%
G = 44.17%
B = 18.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#C9EB60 (or 0xC9EB60) is known color: Mindaro. HEX triplet: C9, EB and 60. RGB value is (201,235,96). Sum of RGB (Red+Green+Blue) = 201+235+96=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB60 is #36149F. Grayscale: #D1D1D1. Windows color (decimal): -3544224 or 6351817. OLE color: 6351817.

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

Color convert

RGB 201 235 96 -
CMYK 0.14 0 0.59 0.08
HSL 74.68º 0.78% 0.65% -
HSV(B) 74.68º 0.59% 0.92% -
XYZ 55.91 72.68 22.15 -
YUV 208.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 201 235 96 0.14 0 0.59 0.08 74.68 0.78 0.65
Hex C9 EB 60 E 0 3B 8 4B 4E 41
Octal 311 353 140 16 0 73 10 113 116 101
Binary 11001001 11101011 1100000 1110 0 111011 1000 1001011 1001110 1000001

Color Harmonies of #C9EB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB60

Black with #C9EB60

Text Example


Text Example

White with #C9EB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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