Html Css Color HEX #C5DB82 Sulu

📋 copy color: '#C5DB82'

red 197 ◦ green 219 ◦ blue 130

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

Shades of Sulu #C5DB82

Tints of Sulu #C5DB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.11%

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

R = 36.08%
G = 40.11%
B = 23.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#C5DB82 (or 0xC5DB82) is known color: Sulu. HEX triplet: C5, DB and 82. RGB value is (197,219,130). Sum of RGB (Red+Green+Blue) = 197+219+130=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB82 is #3A247D. Grayscale: #CACACA. Windows color (decimal): -3810430 or 8575941. OLE color: 8575941.

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

Color convert

RGB 197 219 130 -
CMYK 0.10 0 0.41 0.14
HSL 74.83º 0.55% 0.68% -
HSV(B) 74.83º 0.41% 0.86% -
XYZ 52.39 64.15 30.74 -
YUV 202.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 197 219 130 0.10 0 0.41 0.14 74.83 0.55 0.68
Hex C5 DB 82 A 0 29 E 4B 37 44
Octal 305 333 202 12 0 51 16 113 67 104
Binary 11000101 11011011 10000010 1010 0 101001 1110 1001011 110111 1000100

Color Harmonies of #C5DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB82

Black with #C5DB82

Text Example


Text Example

White with #C5DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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