Html Css Color HEX #52D611 Kelly Green

📋 copy color: '#52D611'

red 82 ◦ green 214 ◦ blue 17

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

Shades of Kelly Green #52D611

Tints of Kelly Green #52D611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 26.2%
G = 68.37%
B = 5.43%

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

#52D611 (or 0x52D611) is known color: Kelly Green. HEX triplet: 52, D6 and 11. RGB value is (82,214,17). Sum of RGB (Red+Green+Blue) = 82+214+17=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #52D611 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D611 is #AD29EE. Grayscale: #989898. Windows color (decimal): -11348463 or 1168978. OLE color: 1168978.

HSL color Cylindrical-coordinate representation of color #52D611: hue angle of 100.2º degrees, saturation: 0.85, 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 #52D611 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 17 -
CMYK 0.62 0 0.92 0.16
HSL 100.2º 0.85% 0.45% -
HSV(B) 100.2º 0.92% 0.84% -
XYZ 27.63 49.93 8.71 -
YUV 152.07 51.77 78.02 -
System Red Green Blue C M Y K H S L
Decimal 82 214 17 0.62 0 0.92 0.16 100.2 0.85 0.45
Hex 52 D6 11 3E 0 5C 10 64 55 2D
Octal 122 326 21 76 0 134 20 144 125 55
Binary 1010010 11010110 10001 111110 0 1011100 10000 1100100 1010101 101101

Color Harmonies of #52D611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D611

Black with #52D611

Text Example


Text Example

White with #52D611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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