Html Css Color HEX #52D52B Kelly Green

📋 copy color: '#52D52B'

red 82 ◦ green 213 ◦ blue 43

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

Shades of Kelly Green #52D52B

Tints of Kelly Green #52D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 24.26%
G = 63.02%
B = 12.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#52D52B (or 0x52D52B) is known color: Kelly Green. HEX triplet: 52, D5 and 2B. RGB value is (82,213,43). Sum of RGB (Red+Green+Blue) = 82+213+43=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #52D52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D52B is #AD2AD4. Grayscale: #9A9A9A. Windows color (decimal): -11348693 or 2872658. OLE color: 2872658.

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

Color convert

RGB 82 213 43 -
CMYK 0.62 0 0.80 0.16
HSL 106.24º 0.67% 0.5% -
HSV(B) 106.24º 0.8% 0.84% -
XYZ 27.71 49.56 10.39 -
YUV 154.45 65.1 76.32 -
System Red Green Blue C M Y K H S L
Decimal 82 213 43 0.62 0 0.80 0.16 106.24 0.67 0.5
Hex 52 D5 2B 3E 0 50 10 6A 43 32
Octal 122 325 53 76 0 120 20 152 103 62
Binary 1010010 11010101 101011 111110 0 1010000 10000 1101010 1000011 110010

Color Harmonies of #52D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D52B

Black with #52D52B

Text Example


Text Example

White with #52D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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