#C6DD94

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

Shades of Sulu #C6DD94

Tints of Sulu #C6DD94

Color information

#C6DD94 (or 0xC6DD94) is unknown color: approx Sulu. HEX triplet: C6, DD and 94. RGB value is (198,221,148). Sum of RGB (Red+Green+Blue) = 198+221+148=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD94 is #39226B. Grayscale: #CECECE. Windows color (decimal): -3744364 or 9756102. OLE color: 9756102.

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

Color convert

RGB198221148-
CMYK0.1000.330.13
HSL78.9º51.77%72.35%-
HSV(B)78.9º33.03%86.67%-
XYZ54.4965.8637.86-
YUV205.895.38122.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=34.92%
G=38.98%
B=26.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982211480.1000.330.1378.951.7772.35
HexC6DD94A021D4f3448
Octal306335224120411511764110
Binary11000110110111011001010010100100001110110011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DD94; }

 p { color: rgb(198,221,148); }

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

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

 a { background-color: rgb(198,221,148); }

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

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

 span { border-color: rgb(198,221,148); }

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