Html Css Color HEX #52CE31 Kelly Green

📋 copy color: '#52CE31'

red 82 ◦ green 206 ◦ blue 49

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

Shades of Kelly Green #52CE31

Tints of Kelly Green #52CE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.13%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 24.33%
G = 61.13%
B = 14.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#52CE31 (or 0x52CE31) is known color: Kelly Green. HEX triplet: 52, CE and 31. RGB value is (82,206,49). Sum of RGB (Red+Green+Blue) = 82+206+49=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE31 is #AD31CE. Grayscale: #979797. Windows color (decimal): -11350479 or 3264082. OLE color: 3264082.

HSL color Cylindrical-coordinate representation of color #52CE31: hue angle of 107.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52CE31 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 49 -
CMYK 0.60 0 0.76 0.19
HSL 107.39º 0.62% 0.5% -
HSV(B) 107.39º 0.76% 0.81% -
XYZ 26.11 46.16 10.44 -
YUV 151.03 70.42 78.77 -
System Red Green Blue C M Y K H S L
Decimal 82 206 49 0.60 0 0.76 0.19 107.39 0.62 0.5
Hex 52 CE 31 3C 0 4C 13 6B 3E 32
Octal 122 316 61 74 0 114 23 153 76 62
Binary 1010010 11001110 110001 111100 0 1001100 10011 1101011 111110 110010

Color Harmonies of #52CE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE31

Black with #52CE31

Text Example


Text Example

White with #52CE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,49); }

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

background-color css

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

 a { background-color: rgb(82,206,49); }

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

border-color css

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

 span { border-color: rgb(82,206,49); }

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