Html Css Color HEX #52D52D Kelly Green

📋 copy color: '#52D52D'

red 82 ◦ green 213 ◦ blue 45

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

Shades of Kelly Green #52D52D

Tints of Kelly Green #52D52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.65%

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 24.12%
G = 62.65%
B = 13.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#52D52D (or 0x52D52D) is known color: Kelly Green. HEX triplet: 52, D5 and 2D. RGB value is (82,213,45). Sum of RGB (Red+Green+Blue) = 82+213+45=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #52D52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D52D is #AD2AD2. Grayscale: #9B9B9B. Windows color (decimal): -11348691 or 3003730. OLE color: 3003730.

HSL color Cylindrical-coordinate representation of color #52D52D: hue angle of 106.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52D52D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 45 -
CMYK 0.62 0 0.79 0.16
HSL 106.79º 0.67% 0.51% -
HSV(B) 106.79º 0.79% 0.84% -
XYZ 27.75 49.57 10.59 -
YUV 154.68 66.1 76.16 -
System Red Green Blue C M Y K H S L
Decimal 82 213 45 0.62 0 0.79 0.16 106.79 0.67 0.51
Hex 52 D5 2D 3E 0 4F 10 6B 43 33
Octal 122 325 55 76 0 117 20 153 103 63
Binary 1010010 11010101 101101 111110 0 1001111 10000 1101011 1000011 110011

Color Harmonies of #52D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D52D

Black with #52D52D

Text Example


Text Example

White with #52D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,213,45); }

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

background-color css

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

 a { background-color: rgb(82,213,45); }

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

border-color css

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

 span { border-color: rgb(82,213,45); }

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