Html Css Color HEX #C8DC80 Sulu

📋 copy color: '#C8DC80'

red 200 ◦ green 220 ◦ blue 128

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

Shades of Sulu #C8DC80

Tints of Sulu #C8DC80

RGB

 RED value IS 200 (78.52% from 255) = 36.5%

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 36.5%
G = 40.15%
B = 23.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#C8DC80 (or 0xC8DC80) is known color: Sulu. HEX triplet: C8, DC and 80. RGB value is (200,220,128). Sum of RGB (Red+Green+Blue) = 200+220+128=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC80 is #37237F. Grayscale: #CBCBCB. Windows color (decimal): -3613568 or 8445128. OLE color: 8445128.

HSL color Cylindrical-coordinate representation of color #C8DC80: hue angle of 73.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8DC80 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 128 -
CMYK 0.09 0 0.42 0.14
HSL 73.04º 0.57% 0.68% -
HSV(B) 73.04º 0.42% 0.86% -
XYZ 53.31 65.02 30.16 -
YUV 203.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 200 220 128 0.09 0 0.42 0.14 73.04 0.57 0.68
Hex C8 DC 80 9 0 2A E 49 39 44
Octal 310 334 200 11 0 52 16 111 71 104
Binary 11001000 11011100 10000000 1001 0 101010 1110 1001001 111001 1000100

Color Harmonies of #C8DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DC80

Black with #C8DC80

Text Example


Text Example

White with #C8DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DC80; }

 p { color: rgb(200,220,128); }

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

background-color css

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

 a { background-color: rgb(200,220,128); }

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

border-color css

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

 span { border-color: rgb(200,220,128); }

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