Html Css Color HEX #52F67F Screamin' Green

📋 copy color: '#52F67F'

red 82 ◦ green 246 ◦ blue 127

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

Shades of Screamin' Green #52F67F

Tints of Screamin' Green #52F67F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.07%

 BLUE value IS 127 (50% from 255) = 27.91%

R = 18.02%
G = 54.07%
B = 27.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#52F67F (or 0x52F67F) is known color: Screamin' Green. HEX triplet: 52, F6 and 7F. RGB value is (82,246,127). Sum of RGB (Red+Green+Blue) = 82+246+127=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #52F67F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F67F is #AD0980. Grayscale: #B7B7B7. Windows color (decimal): -11340161 or 8386130. OLE color: 8386130.

HSL color Cylindrical-coordinate representation of color #52F67F: hue angle of 136.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F67F is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 127 -
CMYK 0.67 0 0.48 0.04
HSL 136.46º 0.9% 0.64% -
HSV(B) 136.46º 0.67% 0.96% -
XYZ 40.27 69.24 31.32 -
YUV 183.4 96.17 55.68 -
System Red Green Blue C M Y K H S L
Decimal 82 246 127 0.67 0 0.48 0.04 136.46 0.9 0.64
Hex 52 F6 7F 43 0 30 4 88 5A 40
Octal 122 366 177 103 0 60 4 210 132 100
Binary 1010010 11110110 1111111 1000011 0 110000 100 10001000 1011010 1000000

Color Harmonies of #52F67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F67F

Black with #52F67F

Text Example


Text Example

White with #52F67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,246,127); }

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

background-color css

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

 a { background-color: rgb(82,246,127); }

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

border-color css

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

 span { border-color: rgb(82,246,127); }

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