Html Css Color HEX #52D825 Kelly Green

📋 copy color: '#52D825'

red 82 ◦ green 216 ◦ blue 37

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

Shades of Kelly Green #52D825

Tints of Kelly Green #52D825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.48%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 24.48%
G = 64.48%
B = 11.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#52D825 (or 0x52D825) is known color: Kelly Green. HEX triplet: 52, D8 and 25. RGB value is (82,216,37). Sum of RGB (Red+Green+Blue) = 82+216+37=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #52D825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D825 is #AD27DA. Grayscale: #9C9C9C. Windows color (decimal): -11347931 or 2480210. OLE color: 2480210.

HSL color Cylindrical-coordinate representation of color #52D825: hue angle of 104.92º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52D825 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 37 -
CMYK 0.62 0 0.83 0.15
HSL 104.92º 0.71% 0.5% -
HSV(B) 104.92º 0.83% 0.85% -
XYZ 28.37 51.04 10.11 -
YUV 155.53 61.11 75.55 -
System Red Green Blue C M Y K H S L
Decimal 82 216 37 0.62 0 0.83 0.15 104.92 0.71 0.5
Hex 52 D8 25 3E 0 53 F 69 47 32
Octal 122 330 45 76 0 123 17 151 107 62
Binary 1010010 11011000 100101 111110 0 1010011 1111 1101001 1000111 110010

Color Harmonies of #52D825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D825

Black with #52D825

Text Example


Text Example

White with #52D825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,37); }

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

background-color css

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

 a { background-color: rgb(82,216,37); }

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

border-color css

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

 span { border-color: rgb(82,216,37); }

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