Html Css Color HEX #C5DB8C Sulu

📋 copy color: '#C5DB8C'

red 197 ◦ green 219 ◦ blue 140

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

Shades of Sulu #C5DB8C

Tints of Sulu #C5DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.18%

R = 35.43%
G = 39.39%
B = 25.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#C5DB8C (or 0xC5DB8C) is known color: Sulu. HEX triplet: C5, DB and 8C. RGB value is (197,219,140). Sum of RGB (Red+Green+Blue) = 197+219+140=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB8C is #3A2473. Grayscale: #CBCBCB. Windows color (decimal): -3810420 or 9231301. OLE color: 9231301.

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

Color convert

RGB 197 219 140 -
CMYK 0.10 0 0.36 0.14
HSL 76.71º 0.52% 0.7% -
HSV(B) 76.71º 0.36% 0.86% -
XYZ 53.09 64.43 34.45 -
YUV 203.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 197 219 140 0.10 0 0.36 0.14 76.71 0.52 0.7
Hex C5 DB 8C A 0 24 E 4D 34 46
Octal 305 333 214 12 0 44 16 115 64 106
Binary 11000101 11011011 10001100 1010 0 100100 1110 1001101 110100 1000110

Color Harmonies of #C5DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB8C

Black with #C5DB8C

Text Example


Text Example

White with #C5DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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