#52FB7B

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

Shades of Screamin' Green #52FB7B

Tints of Screamin' Green #52FB7B

Color information

#52FB7B (or 0x52FB7B) is unknown color: approx Screamin' Green. HEX triplet: 52, FB and 7B. RGB value is (82,251,123). Sum of RGB (Red+Green+Blue) = 82+251+123=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FB7B is #AD0484. Grayscale: #BABABA. Windows color (decimal): -11338885 or 8125266. OLE color: 8125266.

HSL color Cylindrical-coordinate representation of color #52FB7B: hue angle of 134.56º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FB7B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB82251123-
CMYK0.6700.510.02
HSL134.56º95.48%65.29%-
HSV(B)134.56º67.33%98.43%-
XYZ41.5572.2230.49-
YUV185.8892.5153.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 251 (98.44% from 255) = 55.04%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=17.98%
G=55.04%
B=26.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822511230.6700.510.02134.5695.4865.29
Hex52FB7B430332875f41
Octal1223731731030632207137101
Binary101001011111011111101110000110110011101000011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FB7B; }

 p { color: rgb(82,251,123); }

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

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

 a { background-color: rgb(82,251,123); }

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

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

 span { border-color: rgb(82,251,123); }

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