Html Css Color HEX #C5DF82 Sulu

📋 copy color: '#C5DF82'

red 197 ◦ green 223 ◦ blue 130

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

Shades of Sulu #C5DF82

Tints of Sulu #C5DF82

RGB

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

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

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

R = 35.82%
G = 40.55%
B = 23.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#C5DF82 (or 0xC5DF82) is known color: Sulu. HEX triplet: C5, DF and 82. RGB value is (197,223,130). Sum of RGB (Red+Green+Blue) = 197+223+130=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DF82 is #3A207D. Grayscale: #CCCCCC. Windows color (decimal): -3809406 or 8576965. OLE color: 8576965.

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

Color convert

RGB 197 223 130 -
CMYK 0.12 0 0.42 0.13
HSL 76.77º 0.59% 0.69% -
HSV(B) 76.77º 0.42% 0.87% -
XYZ 53.44 66.26 31.09 -
YUV 204.62 85.89 122.56 -
System Red Green Blue C M Y K H S L
Decimal 197 223 130 0.12 0 0.42 0.13 76.77 0.59 0.69
Hex C5 DF 82 C 0 2A D 4D 3B 45
Octal 305 337 202 14 0 52 15 115 73 105
Binary 11000101 11011111 10000010 1100 0 101010 1101 1001101 111011 1000101

Color Harmonies of #C5DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF82

Black with #C5DF82

Text Example


Text Example

White with #C5DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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