#C5DD72

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

Shades of Sulu #C5DD72

Tints of Sulu #C5DD72

Color information

#C5DD72 (or 0xC5DD72) is unknown color: approx Sulu. HEX triplet: C5, DD and 72. RGB value is (197,221,114). Sum of RGB (Red+Green+Blue) = 197+221+114=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD72 is #3A228D. Grayscale: #CACACA. Windows color (decimal): -3809934 or 7527877. OLE color: 7527877.

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

Color convert

RGB197221114-
CMYK0.1100.480.13
HSL73.46º61.14%65.69%-
HSV(B)73.46º48.42%86.67%-
XYZ51.9264.825.69-
YUV201.6378.55124.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=37.03%
G=41.54%
B=21.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211140.1100.480.1373.4661.1465.69
HexC5DD72B030D493d42
Octal305335162130601511175102
Binary1100010111011101111001010110110000110110010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD72; }

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

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

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

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

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

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

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

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