Html Css Color HEX #52D015 Kelly Green

📋 copy color: '#52D015'

red 82 ◦ green 208 ◦ blue 21

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

Shades of Kelly Green #52D015

Tints of Kelly Green #52D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.88%

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 26.37%
G = 66.88%
B = 6.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#52D015 (or 0x52D015) is known color: Kelly Green. HEX triplet: 52, D0 and 15. RGB value is (82,208,21). Sum of RGB (Red+Green+Blue) = 82+208+21=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #52D015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D015 is #AD2FEA. Grayscale: #959595. Windows color (decimal): -11349995 or 1429586. OLE color: 1429586.

HSL color Cylindrical-coordinate representation of color #52D015: hue angle of 100.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D015 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 21 -
CMYK 0.61 0 0.90 0.18
HSL 100.43º 0.82% 0.45% -
HSV(B) 100.43º 0.9% 0.82% -
XYZ 26.17 46.96 8.39 -
YUV 149.01 55.76 80.21 -
System Red Green Blue C M Y K H S L
Decimal 82 208 21 0.61 0 0.90 0.18 100.43 0.82 0.45
Hex 52 D0 15 3D 0 5A 12 64 52 2D
Octal 122 320 25 75 0 132 22 144 122 55
Binary 1010010 11010000 10101 111101 0 1011010 10010 1100100 1010010 101101

Color Harmonies of #52D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D015

Black with #52D015

Text Example


Text Example

White with #52D015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,21); }

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

background-color css

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

 a { background-color: rgb(82,208,21); }

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

border-color css

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

 span { border-color: rgb(82,208,21); }

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