Html Css Color HEX #52D512 Kelly Green

📋 copy color: '#52D512'

red 82 ◦ green 213 ◦ blue 18

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

Shades of Kelly Green #52D512

Tints of Kelly Green #52D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.05%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 26.2%
G = 68.05%
B = 5.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#52D512 (or 0x52D512) is known color: Kelly Green. HEX triplet: 52, D5 and 12. RGB value is (82,213,18). Sum of RGB (Red+Green+Blue) = 82+213+18=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #52D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D512 is #AD2AED. Grayscale: #989898. Windows color (decimal): -11348718 or 1234258. OLE color: 1234258.

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

Color convert

RGB 82 213 18 -
CMYK 0.62 0 0.92 0.16
HSL 100.31º 0.84% 0.45% -
HSV(B) 100.31º 0.92% 0.84% -
XYZ 27.38 49.43 8.67 -
YUV 151.6 52.6 78.36 -
System Red Green Blue C M Y K H S L
Decimal 82 213 18 0.62 0 0.92 0.16 100.31 0.84 0.45
Hex 52 D5 12 3E 0 5C 10 64 54 2D
Octal 122 325 22 76 0 134 20 144 124 55
Binary 1010010 11010101 10010 111110 0 1011100 10000 1100100 1010100 101101

Color Harmonies of #52D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D512

Black with #52D512

Text Example


Text Example

White with #52D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,213,18); }

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

background-color css

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

 a { background-color: rgb(82,213,18); }

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

border-color css

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

 span { border-color: rgb(82,213,18); }

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