Html Css Color HEX #C4DD80 Sulu

📋 copy color: '#C4DD80'

red 196 ◦ green 221 ◦ blue 128

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

Shades of Sulu #C4DD80

Tints of Sulu #C4DD80

RGB

 RED value IS 196 (76.95% from 255) = 35.96%

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

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

R = 35.96%
G = 40.55%
B = 23.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#C4DD80 (or 0xC4DD80) is known color: Sulu. HEX triplet: C4, DD and 80. RGB value is (196,221,128). Sum of RGB (Red+Green+Blue) = 196+221+128=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DD80 is #3B227F. Grayscale: #CBCBCB. Windows color (decimal): -3875456 or 8445380. OLE color: 8445380.

HSL color Cylindrical-coordinate representation of color #C4DD80: hue angle of 76.13º 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 #C4DD80 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 128 -
CMYK 0.11 0 0.42 0.13
HSL 76.13º 0.58% 0.68% -
HSV(B) 76.13º 0.42% 0.87% -
XYZ 52.52 65.01 30.2 -
YUV 202.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 196 221 128 0.11 0 0.42 0.13 76.13 0.58 0.68
Hex C4 DD 80 B 0 2A D 4C 3A 44
Octal 304 335 200 13 0 52 15 114 72 104
Binary 11000100 11011101 10000000 1011 0 101010 1101 1001100 111010 1000100

Color Harmonies of #C4DD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD80

Black with #C4DD80

Text Example


Text Example

White with #C4DD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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