Html Css Color HEX #52D61F Kelly Green

📋 copy color: '#52D61F'

red 82 ◦ green 214 ◦ blue 31

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

Shades of Kelly Green #52D61F

Tints of Kelly Green #52D61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 25.08%
G = 65.44%
B = 9.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#52D61F (or 0x52D61F) is known color: Kelly Green. HEX triplet: 52, D6 and 1F. RGB value is (82,214,31). Sum of RGB (Red+Green+Blue) = 82+214+31=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #52D61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D61F is #AD29E0. Grayscale: #9A9A9A. Windows color (decimal): -11348449 or 2086482. OLE color: 2086482.

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

Color convert

RGB 82 214 31 -
CMYK 0.62 0 0.86 0.16
HSL 103.28º 0.75% 0.48% -
HSV(B) 103.28º 0.86% 0.84% -
XYZ 27.77 49.99 9.48 -
YUV 153.67 58.77 76.88 -
System Red Green Blue C M Y K H S L
Decimal 82 214 31 0.62 0 0.86 0.16 103.28 0.75 0.48
Hex 52 D6 1F 3E 0 56 10 67 4B 30
Octal 122 326 37 76 0 126 20 147 113 60
Binary 1010010 11010110 11111 111110 0 1010110 10000 1100111 1001011 110000

Color Harmonies of #52D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D61F

Black with #52D61F

Text Example


Text Example

White with #52D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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