Html Css Color HEX #C9E082 Sulu

📋 copy color: '#C9E082'

red 201 ◦ green 224 ◦ blue 130

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

Shades of Sulu #C9E082

Tints of Sulu #C9E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

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

R = 36.22%
G = 40.36%
B = 23.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#C9E082 (or 0xC9E082) is known color: Sulu. HEX triplet: C9, E0 and 82. RGB value is (201,224,130). Sum of RGB (Red+Green+Blue) = 201+224+130=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E082 is #361F7D. Grayscale: #CECECE. Windows color (decimal): -3547006 or 8577225. OLE color: 8577225.

HSL color Cylindrical-coordinate representation of color #C9E082: hue angle of 74.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9E082 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 224 130 -
CMYK 0.10 0 0.42 0.12
HSL 74.68º 0.6% 0.69% -
HSV(B) 74.68º 0.42% 0.88% -
XYZ 54.77 67.34 31.23 -
YUV 206.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 201 224 130 0.10 0 0.42 0.12 74.68 0.6 0.69
Hex C9 E0 82 A 0 2A C 4B 3C 45
Octal 311 340 202 12 0 52 14 113 74 105
Binary 11001001 11100000 10000010 1010 0 101010 1100 1001011 111100 1000101

Color Harmonies of #C9E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E082

Black with #C9E082

Text Example


Text Example

White with #C9E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E082; }

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

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

background-color css

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

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

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

border-color css

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

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

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