Html Css Color HEX #C9EA82 Sulu

📋 copy color: '#C9EA82'

red 201 ◦ green 234 ◦ blue 130

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

Shades of Sulu #C9EA82

Tints of Sulu #C9EA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.01%

R = 35.58%
G = 41.42%
B = 23.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#C9EA82 (or 0xC9EA82) is known color: Sulu. HEX triplet: C9, EA and 82. RGB value is (201,234,130). Sum of RGB (Red+Green+Blue) = 201+234+130=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA82 is #36157D. Grayscale: #D4D4D4. Windows color (decimal): -3544446 or 8579785. OLE color: 8579785.

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

Color convert

RGB 201 234 130 -
CMYK 0.14 0 0.44 0.08
HSL 79.04º 0.71% 0.71% -
HSV(B) 79.04º 0.44% 0.92% -
XYZ 57.54 72.87 32.15 -
YUV 212.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 201 234 130 0.14 0 0.44 0.08 79.04 0.71 0.71
Hex C9 EA 82 E 0 2C 8 4F 47 47
Octal 311 352 202 16 0 54 10 117 107 107
Binary 11001001 11101010 10000010 1110 0 101100 1000 1001111 1000111 1000111

Color Harmonies of #C9EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EA82

Black with #C9EA82

Text Example


Text Example

White with #C9EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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