#C6F266

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

Shades of Sulu #C6F266

Tints of Sulu #C6F266

Color information

#C6F266 (or 0xC6F266) is unknown color: approx Sulu. HEX triplet: C6, F2 and 66. RGB value is (198,242,102). Sum of RGB (Red+Green+Blue) = 198+242+102=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F266 is #390D99. Grayscale: #D5D5D5. Windows color (decimal): -3739034 or 6746822. OLE color: 6746822.

HSL color Cylindrical-coordinate representation of color #C6F266: hue angle of 78.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6F266 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB198242102-
CMYK0.1800.580.05
HSL78.86º84.34%67.45%-
HSV(B)78.86º57.85%94.9%-
XYZ57.4476.4724.3-
YUV212.8865.42117.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 102 (40.23% from 255) = 18.82%
R=36.53%
G=44.65%
B=18.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982421020.1800.580.0578.8684.3467.45
HexC6F2661203A54f5443
Octal306362146220725117124103
Binary11000110111100101100110100100111010101100111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F266; }

 p { color: rgb(198,242,102); }

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

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

 a { background-color: rgb(198,242,102); }

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

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

 span { border-color: rgb(198,242,102); }

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