Html Css Color HEX #C6DD80 Sulu

📋 copy color: '#C6DD80'

red 198 ◦ green 221 ◦ blue 128

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

Shades of Sulu #C6DD80

Tints of Sulu #C6DD80

RGB

 RED value IS 198 (77.73% from 255) = 36.2%

 GREEN value IS 221 (86.72% from 255) = 40.4%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 36.2%
G = 40.4%
B = 23.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#C6DD80 (or 0xC6DD80) is known color: Sulu. HEX triplet: C6, DD and 80. RGB value is (198,221,128). Sum of RGB (Red+Green+Blue) = 198+221+128=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD80 is #39227F. Grayscale: #CBCBCB. Windows color (decimal): -3744384 or 8445382. OLE color: 8445382.

HSL color Cylindrical-coordinate representation of color #C6DD80: hue angle of 74.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6DD80 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 128 -
CMYK 0.10 0 0.42 0.13
HSL 74.84º 0.58% 0.68% -
HSV(B) 74.84º 0.42% 0.87% -
XYZ 53.04 65.28 30.23 -
YUV 203.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 198 221 128 0.10 0 0.42 0.13 74.84 0.58 0.68
Hex C6 DD 80 A 0 2A D 4B 3A 44
Octal 306 335 200 12 0 52 15 113 72 104
Binary 11000110 11011101 10000000 1010 0 101010 1101 1001011 111010 1000100

Color Harmonies of #C6DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD80

Black with #C6DD80

Text Example


Text Example

White with #C6DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD80; }

 p { color: rgb(198,221,128); }

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

background-color css

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

 a { background-color: rgb(198,221,128); }

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

border-color css

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

 span { border-color: rgb(198,221,128); }

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