Html Css Color HEX #52FD8D Screamin' Green

📋 copy color: '#52FD8D'

red 82 ◦ green 253 ◦ blue 141

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

Shades of Screamin' Green #52FD8D

Tints of Screamin' Green #52FD8D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.15%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 17.23%
G = 53.15%
B = 29.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#52FD8D (or 0x52FD8D) is known color: Screamin' Green. HEX triplet: 52, FD and 8D. RGB value is (82,253,141). Sum of RGB (Red+Green+Blue) = 82+253+141=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FD8D is #AD0272. Grayscale: #BDBDBD. Windows color (decimal): -11338355 or 9305426. OLE color: 9305426.

HSL color Cylindrical-coordinate representation of color #52FD8D: hue angle of 140.7º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FD8D is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 253 141 -
CMYK 0.68 0 0.44 0.01
HSL 140.7º 0.98% 0.66% -
HSV(B) 140.7º 0.68% 0.99% -
XYZ 43.41 73.97 37.19 -
YUV 189.1 100.85 51.61 -
System Red Green Blue C M Y K H S L
Decimal 82 253 141 0.68 0 0.44 0.01 140.7 0.98 0.66
Hex 52 FD 8D 44 0 2C 1 8D 62 42
Octal 122 375 215 104 0 54 1 215 142 102
Binary 1010010 11111101 10001101 1000100 0 101100 1 10001101 1100010 1000010

Color Harmonies of #52FD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FD8D

Black with #52FD8D

Text Example


Text Example

White with #52FD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,253,141); }

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

background-color css

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

 a { background-color: rgb(82,253,141); }

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

border-color css

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

 span { border-color: rgb(82,253,141); }

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