#C7DD75

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

Shades of Sulu #C7DD75

Tints of Sulu #C7DD75

Color information

#C7DD75 (or 0xC7DD75) is unknown color: approx Sulu. HEX triplet: C7, DD and 75. RGB value is (199,221,117). Sum of RGB (Red+Green+Blue) = 199+221+117=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DD75 is #38228A. Grayscale: #CACACA. Windows color (decimal): -3678859 or 7724487. OLE color: 7724487.

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

Color convert

RGB199221117-
CMYK0.1000.470.13
HSL72.69º60.47%66.27%-
HSV(B)72.69º47.06%86.67%-
XYZ52.6265.1426.63-
YUV202.5779.71125.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=37.06%
G=41.15%
B=21.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992211170.1000.470.1372.6960.4766.27
HexC7DD75A02FD493c42
Octal307335165120571511174102
Binary1100011111011101111010110100101111110110010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DD75; }

 p { color: rgb(199,221,117); }

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

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

 a { background-color: rgb(199,221,117); }

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

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

 span { border-color: rgb(199,221,117); }

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