Html Css Color HEX #52D328 Kelly Green

📋 copy color: '#52D328'

red 82 ◦ green 211 ◦ blue 40

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

Shades of Kelly Green #52D328

Tints of Kelly Green #52D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.36%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 24.62%
G = 63.36%
B = 12.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#52D328 (or 0x52D328) is known color: Kelly Green. HEX triplet: 52, D3 and 28. RGB value is (82,211,40). Sum of RGB (Red+Green+Blue) = 82+211+40=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 211 (82.81% from 255 or 63.36% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 211 - color contains mainly: green. Hex color #52D328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D328 is #AD2CD7. Grayscale: #999999. Windows color (decimal): -11349208 or 2675538. OLE color: 2675538.

HSL color Cylindrical-coordinate representation of color #52D328: hue angle of 105.26º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52D328 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 40 -
CMYK 0.61 0 0.81 0.17
HSL 105.26º 0.68% 0.49% -
HSV(B) 105.26º 0.81% 0.83% -
XYZ 27.16 48.54 9.94 -
YUV 152.94 64.26 77.4 -
System Red Green Blue C M Y K H S L
Decimal 82 211 40 0.61 0 0.81 0.17 105.26 0.68 0.49
Hex 52 D3 28 3D 0 51 11 69 44 31
Octal 122 323 50 75 0 121 21 151 104 61
Binary 1010010 11010011 101000 111101 0 1010001 10001 1101001 1000100 110001

Color Harmonies of #52D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D328

Black with #52D328

Text Example


Text Example

White with #52D328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,211,40); }

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

background-color css

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

 a { background-color: rgb(82,211,40); }

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

border-color css

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

 span { border-color: rgb(82,211,40); }

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