Html Css Color HEX #52D82B Kelly Green

📋 copy color: '#52D82B'

red 82 ◦ green 216 ◦ blue 43

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

Shades of Kelly Green #52D82B

Tints of Kelly Green #52D82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.34%

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

R = 24.05%
G = 63.34%
B = 12.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#52D82B (or 0x52D82B) is known color: Kelly Green. HEX triplet: 52, D8 and 2B. RGB value is (82,216,43). Sum of RGB (Red+Green+Blue) = 82+216+43=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #52D82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D82B is #AD27D4. Grayscale: #9C9C9C. Windows color (decimal): -11347925 or 2873426. OLE color: 2873426.

HSL color Cylindrical-coordinate representation of color #52D82B: hue angle of 106.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52D82B is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 43 -
CMYK 0.62 0 0.80 0.15
HSL 106.47º 0.69% 0.51% -
HSV(B) 106.47º 0.8% 0.85% -
XYZ 28.47 51.08 10.64 -
YUV 156.21 64.11 75.07 -
System Red Green Blue C M Y K H S L
Decimal 82 216 43 0.62 0 0.80 0.15 106.47 0.69 0.51
Hex 52 D8 2B 3E 0 50 F 6A 45 33
Octal 122 330 53 76 0 120 17 152 105 63
Binary 1010010 11011000 101011 111110 0 1010000 1111 1101010 1000101 110011

Color Harmonies of #52D82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D82B

Black with #52D82B

Text Example


Text Example

White with #52D82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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