Html Css Color HEX #52D125 Kelly Green

📋 copy color: '#52D125'

red 82 ◦ green 209 ◦ blue 37

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

Shades of Kelly Green #52D125

Tints of Kelly Green #52D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.72%

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

R = 25%
G = 63.72%
B = 11.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#52D125 (or 0x52D125) is known color: Kelly Green. HEX triplet: 52, D1 and 25. RGB value is (82,209,37). Sum of RGB (Red+Green+Blue) = 82+209+37=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #52D125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D125 is #AD2EDA. Grayscale: #979797. Windows color (decimal): -11349723 or 2478418. OLE color: 2478418.

HSL color Cylindrical-coordinate representation of color #52D125: hue angle of 104.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52D125 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 37 -
CMYK 0.61 0 0.82 0.18
HSL 104.3º 0.7% 0.48% -
HSV(B) 104.3º 0.82% 0.82% -
XYZ 26.61 47.53 9.52 -
YUV 151.42 63.42 78.49 -
System Red Green Blue C M Y K H S L
Decimal 82 209 37 0.61 0 0.82 0.18 104.3 0.7 0.48
Hex 52 D1 25 3D 0 52 12 68 46 30
Octal 122 321 45 75 0 122 22 150 106 60
Binary 1010010 11010001 100101 111101 0 1010010 10010 1101000 1000110 110000

Color Harmonies of #52D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D125

Black with #52D125

Text Example


Text Example

White with #52D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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