#C5DD71

Color #C5DD71 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C5DD71

Tints of Sulu #C5DD71

Color information

#C5DD71 (or 0xC5DD71) is unknown color: approx Sulu. HEX triplet: C5, DD and 71. RGB value is (197,221,113). Sum of RGB (Red+Green+Blue) = 197+221+113=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD71 is #3A228E. Grayscale: #C9C9C9. Windows color (decimal): -3809935 or 7462341. OLE color: 7462341.

HSL color Cylindrical-coordinate representation of color #C5DD71: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5DD71 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB197221113-
CMYK0.1100.490.13
HSL73.33º61.36%65.49%-
HSV(B)73.33º48.87%86.67%-
XYZ51.8664.7825.39-
YUV201.5178.05124.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=37.10%
G=41.62%
B=21.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211130.1100.490.1373.3361.3665.49
HexC5DD71B031D493d41
Octal305335161130611511175101
Binary1100010111011101111000110110110001110110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD71; }

 p { color: rgb(197,221,113); }

 H1.HeaderClassName
 {
   color: #C5DD71;
 }
 .AnyTagClassName
 {
   color: #C5DD71;
 }
</style>
background-color css

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

 a { background-color: rgb(197,221,113); }

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

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

 span { border-color: rgb(197,221,113); }

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