Html Css Color HEX #C5DC8D Sulu

📋 copy color: '#C5DC8D'

red 197 ◦ green 220 ◦ blue 141

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

Shades of Sulu #C5DC8D

Tints of Sulu #C5DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.27%

R = 35.3%
G = 39.43%
B = 25.27%

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

#C5DC8D (or 0xC5DC8D) is known color: Sulu. HEX triplet: C5, DC and 8D. RGB value is (197,220,141). Sum of RGB (Red+Green+Blue) = 197+220+141=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC8D is #3A2372. Grayscale: #CCCCCC. Windows color (decimal): -3810163 or 9297093. OLE color: 9297093.

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

Color convert

RGB 197 220 141 -
CMYK 0.10 0 0.36 0.14
HSL 77.47º 0.53% 0.71% -
HSV(B) 77.47º 0.36% 0.86% -
XYZ 53.43 64.98 34.93 -
YUV 204.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 197 220 141 0.10 0 0.36 0.14 77.47 0.53 0.71
Hex C5 DC 8D A 0 24 E 4D 35 47
Octal 305 334 215 12 0 44 16 115 65 107
Binary 11000101 11011100 10001101 1010 0 100100 1110 1001101 110101 1000111

Color Harmonies of #C5DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC8D

Black with #C5DC8D

Text Example


Text Example

White with #C5DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC8D; }

 p { color: rgb(197,220,141); }

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

background-color css

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

 a { background-color: rgb(197,220,141); }

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

border-color css

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

 span { border-color: rgb(197,220,141); }

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