Html Css Color HEX #C5D991 Sulu

📋 copy color: '#C5D991'

red 197 ◦ green 217 ◦ blue 145

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

Shades of Sulu #C5D991

Tints of Sulu #C5D991

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

 BLUE value IS 145 (57.03% from 255) = 25.94%

R = 35.24%
G = 38.82%
B = 25.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#C5D991 (or 0xC5D991) is known color: Sulu. HEX triplet: C5, D9 and 91. RGB value is (197,217,145). Sum of RGB (Red+Green+Blue) = 197+217+145=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D991 is #3A266E. Grayscale: #CBCBCB. Windows color (decimal): -3810927 or 9558469. OLE color: 9558469.

HSL color Cylindrical-coordinate representation of color #C5D991: hue angle of 76.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D991 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 145 -
CMYK 0.09 0 0.33 0.15
HSL 76.67º 0.49% 0.71% -
HSV(B) 76.67º 0.33% 0.85% -
XYZ 52.95 63.54 36.26 -
YUV 202.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 197 217 145 0.09 0 0.33 0.15 76.67 0.49 0.71
Hex C5 D9 91 9 0 21 F 4D 31 47
Octal 305 331 221 11 0 41 17 115 61 107
Binary 11000101 11011001 10010001 1001 0 100001 1111 1001101 110001 1000111

Color Harmonies of #C5D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D991

Black with #C5D991

Text Example


Text Example

White with #C5D991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D991; }

 p { color: rgb(197,217,145); }

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

background-color css

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

 a { background-color: rgb(197,217,145); }

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

border-color css

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

 span { border-color: rgb(197,217,145); }

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