Html Css Color HEX #52F464 Screamin' Green

📋 copy color: '#52F464'

red 82 ◦ green 244 ◦ blue 100

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

Shades of Screamin' Green #52F464

Tints of Screamin' Green #52F464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.28%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 19.25%
G = 57.28%
B = 23.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#52F464 (or 0x52F464) is known color: Screamin' Green. HEX triplet: 52, F4 and 64. RGB value is (82,244,100). Sum of RGB (Red+Green+Blue) = 82+244+100=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #52F464 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F464 is #AD0B9B. Grayscale: #B3B3B3. Windows color (decimal): -11340700 or 6616146. OLE color: 6616146.

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

Color convert

RGB 82 244 100 -
CMYK 0.66 0 0.59 0.04
HSL 126.67º 0.88% 0.64% -
HSV(B) 126.67º 0.66% 0.96% -
XYZ 38.13 67.42 23.06 -
YUV 179.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 82 244 100 0.66 0 0.59 0.04 126.67 0.88 0.64
Hex 52 F4 64 42 0 3B 4 7F 58 40
Octal 122 364 144 102 0 73 4 177 130 100
Binary 1010010 11110100 1100100 1000010 0 111011 100 1111111 1011000 1000000

Color Harmonies of #52F464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F464

Black with #52F464

Text Example


Text Example

White with #52F464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,244,100); }

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

background-color css

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

 a { background-color: rgb(82,244,100); }

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

border-color css

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

 span { border-color: rgb(82,244,100); }

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