Html Css Color HEX #52DB05 Kelly Green

📋 copy color: '#52DB05'

red 82 ◦ green 219 ◦ blue 5

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

Shades of Kelly Green #52DB05

Tints of Kelly Green #52DB05

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.57%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 26.8%
G = 71.57%
B = 1.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#52DB05 (or 0x52DB05) is known color: Kelly Green. HEX triplet: 52, DB and 05. RGB value is (82,219,5). Sum of RGB (Red+Green+Blue) = 82+219+5=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DB05 is #AD24FA. Grayscale: #9A9A9A. Windows color (decimal): -11347195 or 383826. OLE color: 383826.

HSL color Cylindrical-coordinate representation of color #52DB05: hue angle of 98.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52DB05 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 5 -
CMYK 0.63 0 0.98 0.14
HSL 98.41º 0.96% 0.44% -
HSV(B) 98.41º 0.98% 0.86% -
XYZ 28.84 52.47 8.75 -
YUV 153.64 44.11 76.9 -
System Red Green Blue C M Y K H S L
Decimal 82 219 5 0.63 0 0.98 0.14 98.41 0.96 0.44
Hex 52 DB 5 3F 0 62 E 62 60 2C
Octal 122 333 5 77 0 142 16 142 140 54
Binary 1010010 11011011 101 111111 0 1100010 1110 1100010 1100000 101100

Color Harmonies of #52DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB05

Black with #52DB05

Text Example


Text Example

White with #52DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,5); }

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

background-color css

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

 a { background-color: rgb(82,219,5); }

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

border-color css

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

 span { border-color: rgb(82,219,5); }

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