Html Css Color HEX #52F363 Screamin' Green

📋 copy color: '#52F363'

red 82 ◦ green 243 ◦ blue 99

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

Shades of Screamin' Green #52F363

Tints of Screamin' Green #52F363

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.31%

 BLUE value IS 99 (39.06% from 255) = 23.35%

R = 19.34%
G = 57.31%
B = 23.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#52F363 (or 0x52F363) is known color: Screamin' Green. HEX triplet: 52, F3 and 63. RGB value is (82,243,99). Sum of RGB (Red+Green+Blue) = 82+243+99=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #52F363 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F363 is #AD0C9C. Grayscale: #B2B2B2. Windows color (decimal): -11340957 or 6550354. OLE color: 6550354.

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

Color convert

RGB 82 243 99 -
CMYK 0.66 0 0.59 0.05
HSL 126.34º 0.87% 0.64% -
HSV(B) 126.34º 0.66% 0.95% -
XYZ 37.78 66.8 22.71 -
YUV 178.45 83.16 59.21 -
System Red Green Blue C M Y K H S L
Decimal 82 243 99 0.66 0 0.59 0.05 126.34 0.87 0.64
Hex 52 F3 63 42 0 3B 5 7E 57 40
Octal 122 363 143 102 0 73 5 176 127 100
Binary 1010010 11110011 1100011 1000010 0 111011 101 1111110 1010111 1000000

Color Harmonies of #52F363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F363

Black with #52F363

Text Example


Text Example

White with #52F363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,243,99); }

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

background-color css

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

 a { background-color: rgb(82,243,99); }

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

border-color css

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

 span { border-color: rgb(82,243,99); }

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