Html Css Color HEX #52D628 Kelly Green

📋 copy color: '#52D628'

red 82 ◦ green 214 ◦ blue 40

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

Shades of Kelly Green #52D628

Tints of Kelly Green #52D628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.69%

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

R = 24.4%
G = 63.69%
B = 11.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#52D628 (or 0x52D628) is known color: Kelly Green. HEX triplet: 52, D6 and 28. RGB value is (82,214,40). Sum of RGB (Red+Green+Blue) = 82+214+40=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #52D628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D628 is #AD29D7. Grayscale: #9B9B9B. Windows color (decimal): -11348440 or 2676306. OLE color: 2676306.

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

Color convert

RGB 82 214 40 -
CMYK 0.62 0 0.81 0.16
HSL 105.52º 0.69% 0.5% -
HSV(B) 105.52º 0.81% 0.84% -
XYZ 27.91 50.04 10.2 -
YUV 154.7 63.27 76.15 -
System Red Green Blue C M Y K H S L
Decimal 82 214 40 0.62 0 0.81 0.16 105.52 0.69 0.5
Hex 52 D6 28 3E 0 51 10 6A 45 32
Octal 122 326 50 76 0 121 20 152 105 62
Binary 1010010 11010110 101000 111110 0 1010001 10000 1101010 1000101 110010

Color Harmonies of #52D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D628

Black with #52D628

Text Example


Text Example

White with #52D628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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