Html Css Color HEX #52E75E Screamin' Green

📋 copy color: '#52E75E'

red 82 ◦ green 231 ◦ blue 94

#52E75E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #52E75E

Tints of Screamin' Green #52E75E

RGB

 RED value IS 82 (32.42% from 255) = 20.15%

 GREEN value IS 231 (90.63% from 255) = 56.76%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 20.15%
G = 56.76%
B = 23.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#52E75E (or 0x52E75E) is known color: Screamin' Green. HEX triplet: 52, E7 and 5E. RGB value is (82,231,94). Sum of RGB (Red+Green+Blue) = 82+231+94=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #52E75E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E75E is #AD18A1. Grayscale: #ABABAB. Windows color (decimal): -11344034 or 6219602. OLE color: 6219602.

HSL color Cylindrical-coordinate representation of color #52E75E: hue angle of 124.83º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E75E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 231 94 -
CMYK 0.65 0 0.59 0.09
HSL 124.83º 0.76% 0.61% -
HSV(B) 124.83º 0.65% 0.91% -
XYZ 34.08 59.75 20.33 -
YUV 170.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 82 231 94 0.65 0 0.59 0.09 124.83 0.76 0.61
Hex 52 E7 5E 41 0 3B 9 7D 4C 3D
Octal 122 347 136 101 0 73 11 175 114 75
Binary 1010010 11100111 1011110 1000001 0 111011 1001 1111101 1001100 111101

Color Harmonies of #52E75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E75E

Black with #52E75E

Text Example


Text Example

White with #52E75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,231,94); }

 H1.HeaderClassName
 {
   color: #52E75E;
 }
 .AnyTagClassName
 {
   color: #52E75E;
 }
</style>

background-color css

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

 a { background-color: rgb(82,231,94); }

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

border-color css

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

 span { border-color: rgb(82,231,94); }

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