Html Css Color HEX #52EF65 Screamin' Green

📋 copy color: '#52EF65'

red 82 ◦ green 239 ◦ blue 101

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

Shades of Screamin' Green #52EF65

Tints of Screamin' Green #52EF65

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.64%

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 19.43%
G = 56.64%
B = 23.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#52EF65 (or 0x52EF65) is known color: Screamin' Green. HEX triplet: 52, EF and 65. RGB value is (82,239,101). Sum of RGB (Red+Green+Blue) = 82+239+101=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF65 is #AD109A. Grayscale: #B0B0B0. Windows color (decimal): -11341979 or 6680402. OLE color: 6680402.

HSL color Cylindrical-coordinate representation of color #52EF65: hue angle of 127.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EF65 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 101 -
CMYK 0.66 0 0.58 0.06
HSL 127.26º 0.83% 0.63% -
HSV(B) 127.26º 0.66% 0.94% -
XYZ 36.7 64.47 22.82 -
YUV 176.33 85.49 60.72 -
System Red Green Blue C M Y K H S L
Decimal 82 239 101 0.66 0 0.58 0.06 127.26 0.83 0.63
Hex 52 EF 65 42 0 3A 6 7F 53 3F
Octal 122 357 145 102 0 72 6 177 123 77
Binary 1010010 11101111 1100101 1000010 0 111010 110 1111111 1010011 111111

Color Harmonies of #52EF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EF65

Black with #52EF65

Text Example


Text Example

White with #52EF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,101); }

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

background-color css

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

 a { background-color: rgb(82,239,101); }

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

border-color css

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

 span { border-color: rgb(82,239,101); }

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