#C6FF6A

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

Shades of Sulu #C6FF6A

Tints of Sulu #C6FF6A

Color information

#C6FF6A (or 0xC6FF6A) is unknown color: approx Sulu. HEX triplet: C6, FF and 6A. RGB value is (198,255,106). Sum of RGB (Red+Green+Blue) = 198+255+106=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF6A is #390095. Grayscale: #DDDDDD. Windows color (decimal): -3735702 or 7012294. OLE color: 7012294.

HSL color Cylindrical-coordinate representation of color #C6FF6A: hue angle of 82.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6FF6A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB198255106-
CMYK0.2200.580
HSL82.95º100%70.78%-
HSV(B)82.95º58.43%100%-
XYZ61.6584.5726.71-
YUV220.9763.12111.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 106 (41.80% from 255) = 18.96%
R=35.42%
G=45.62%
B=18.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982551060.2200.58082.9510070.78
HexC6FF6A1603A0536447
Octal306377152260720123144107
Binary110001101111111111010101011001110100101001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FF6A; }

 p { color: rgb(198,255,106); }

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

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

 a { background-color: rgb(198,255,106); }

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

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

 span { border-color: rgb(198,255,106); }

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