#C6DC7F

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

Shades of Sulu #C6DC7F

Tints of Sulu #C6DC7F

Color information

#C6DC7F (or 0xC6DC7F) is unknown color: approx Sulu. HEX triplet: C6, DC and 7F. RGB value is (198,220,127). Sum of RGB (Red+Green+Blue) = 198+220+127=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC7F is #392380. Grayscale: #CBCBCB. Windows color (decimal): -3744641 or 8379590. OLE color: 8379590.

HSL color Cylindrical-coordinate representation of color #C6DC7F: hue angle of 74.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6DC7F is Cyan = 0.1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB198220127-
CMYK0.100.420.14
HSL74.19º57.06%68.04%-
HSV(B)74.19º42.27%86.27%-
XYZ52.7164.7229.79-
YUV202.8285.21124.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 127 (50% from 255) = 23.30%
R=36.33%
G=40.37%
B=23.30%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201270.100.420.1474.1957.0668.04
HexC6DC7FA02AE4a3944
Octal306334177120521611271104
Binary1100011011011100111111110100101010111010010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC7F; }

 p { color: rgb(198,220,127); }

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

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

 a { background-color: rgb(198,220,127); }

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

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

 span { border-color: rgb(198,220,127); }

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