#C5DC6F

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

Shades of Sulu #C5DC6F

Tints of Sulu #C5DC6F

Color information

#C5DC6F (or 0xC5DC6F) is unknown color: approx Sulu. HEX triplet: C5, DC and 6F. RGB value is (197,220,111). Sum of RGB (Red+Green+Blue) = 197+220+111=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DC6F is #3A2390. Grayscale: #C9C9C9. Windows color (decimal): -3810193 or 7331013. OLE color: 7331013.

HSL color Cylindrical-coordinate representation of color #C5DC6F: hue angle of 72.66º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5DC6F is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB197220111-
CMYK0.1000.500.14
HSL72.66º60.89%64.9%-
HSV(B)72.66º49.55%86.27%-
XYZ51.4964.224.72-
YUV200.777.38125.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.31%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=37.31%
G=41.67%
B=21.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972201110.1000.500.1472.6660.8964.9
HexC5DC6FA032E493d41
Octal305334157120621611175101
Binary1100010111011100110111110100110010111010010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DC6F; }

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

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

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

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

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

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

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

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