Html Css Color HEX #52D610 Kelly Green

📋 copy color: '#52D610'

red 82 ◦ green 214 ◦ blue 16

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

Shades of Kelly Green #52D610

Tints of Kelly Green #52D610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 26.28%
G = 68.59%
B = 5.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#52D610 (or 0x52D610) is known color: Kelly Green. HEX triplet: 52, D6 and 10. RGB value is (82,214,16). Sum of RGB (Red+Green+Blue) = 82+214+16=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #52D610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D610 is #AD29EF. Grayscale: #989898. Windows color (decimal): -11348464 or 1103442. OLE color: 1103442.

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

Color convert

RGB 82 214 16 -
CMYK 0.62 0 0.93 0.16
HSL 100º 0.86% 0.45% -
HSV(B) 100º 0.93% 0.84% -
XYZ 27.62 49.92 8.67 -
YUV 151.96 51.27 78.1 -
System Red Green Blue C M Y K H S L
Decimal 82 214 16 0.62 0 0.93 0.16 100 0.86 0.45
Hex 52 D6 10 3E 0 5D 10 64 56 2D
Octal 122 326 20 76 0 135 20 144 126 55
Binary 1010010 11010110 10000 111110 0 1011101 10000 1100100 1010110 101101

Color Harmonies of #52D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D610

Black with #52D610

Text Example


Text Example

White with #52D610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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