#35F868

Color #35F868 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #35F868

Tints of Screamin' Green #35F868

Color information

#35F868 (or 0x35F868) is unknown color: approx Screamin' Green. HEX triplet: 35, F8 and 68. RGB value is (53,248,104). Sum of RGB (Red+Green+Blue) = 53+248+104=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #35F868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F868 is #CA0797. Grayscale: #ADADAD. Windows color (decimal): -13240216 or 6879285. OLE color: 6879285.

HSL color Cylindrical-coordinate representation of color #35F868: hue angle of 135.69º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F868 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB53248104-
CMYK0.7900.580.03
HSL135.69º93.3%59.02%-
HSV(B)135.69º78.63%97.25%-
XYZ37.5368.8924.42-
YUV173.2888.942.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.09%
GREEN value IS 248 (97.27% from 255) = 61.23%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=13.09%
G=61.23%
B=25.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532481040.7900.580.03135.6993.359.02
Hex35F8684F03A3885d3b
Octal65370150117072321013573
Binary1101011111100011010001001111011101011100010001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35F868; }

 p { color: rgb(53,248,104); }

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

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

 a { background-color: rgb(53,248,104); }

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

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

 span { border-color: rgb(53,248,104); }

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