#C2D975

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

Shades of Sulu #C2D975

Tints of Sulu #C2D975

Color information

#C2D975 (or 0xC2D975) is unknown color: approx Sulu. HEX triplet: C2, D9 and 75. RGB value is (194,217,117). Sum of RGB (Red+Green+Blue) = 194+217+117=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D975 is #3D268A. Grayscale: #C7C7C7. Windows color (decimal): -4007563 or 7723458. OLE color: 7723458.

HSL color Cylindrical-coordinate representation of color #C2D975: hue angle of 73.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2D975 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB194217117-
CMYK0.1100.460.15
HSL73.8º56.82%65.49%-
HSV(B)73.8º46.08%85.1%-
XYZ50.2762.3826.22-
YUV198.7281.88124.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=36.74%
G=41.10%
B=22.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171170.1100.460.1573.856.8265.49
HexC2D975B02EF4a3941
Octal302331165130561711271101
Binary1100001011011001111010110110101110111110010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D975; }

 p { color: rgb(194,217,117); }

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

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

 a { background-color: rgb(194,217,117); }

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

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

 span { border-color: rgb(194,217,117); }

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