Html Css Color HEX #C5DF80 Sulu

📋 copy color: '#C5DF80'

red 197 ◦ green 223 ◦ blue 128

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

Shades of Sulu #C5DF80

Tints of Sulu #C5DF80

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 35.95%
G = 40.69%
B = 23.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#C5DF80 (or 0xC5DF80) is known color: Sulu. HEX triplet: C5, DF and 80. RGB value is (197,223,128). Sum of RGB (Red+Green+Blue) = 197+223+128=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF80 is #3A207F. Grayscale: #CCCCCC. Windows color (decimal): -3809408 or 8445893. OLE color: 8445893.

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

Color convert

RGB 197 223 128 -
CMYK 0.12 0 0.43 0.13
HSL 76.42º 0.6% 0.69% -
HSV(B) 76.42º 0.43% 0.87% -
XYZ 53.31 66.2 30.39 -
YUV 204.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 197 223 128 0.12 0 0.43 0.13 76.42 0.6 0.69
Hex C5 DF 80 C 0 2B D 4C 3C 45
Octal 305 337 200 14 0 53 15 114 74 105
Binary 11000101 11011111 10000000 1100 0 101011 1101 1001100 111100 1000101

Color Harmonies of #C5DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF80

Black with #C5DF80

Text Example


Text Example

White with #C5DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF80; }

 p { color: rgb(197,223,128); }

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

background-color css

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

 a { background-color: rgb(197,223,128); }

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

border-color css

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

 span { border-color: rgb(197,223,128); }

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