Html Css Color HEX #52D714 Kelly Green

📋 copy color: '#52D714'

red 82 ◦ green 215 ◦ blue 20

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

Shades of Kelly Green #52D714

Tints of Kelly Green #52D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.82%

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 25.87%
G = 67.82%
B = 6.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#52D714 (or 0x52D714) is known color: Kelly Green. HEX triplet: 52, D7 and 14. RGB value is (82,215,20). Sum of RGB (Red+Green+Blue) = 82+215+20=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #52D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D714 is #AD28EB. Grayscale: #999999. Windows color (decimal): -11348204 or 1365842. OLE color: 1365842.

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

Color convert

RGB 82 215 20 -
CMYK 0.62 0 0.91 0.16
HSL 100.92º 0.83% 0.46% -
HSV(B) 100.92º 0.91% 0.84% -
XYZ 27.91 50.45 8.93 -
YUV 153 52.94 77.36 -
System Red Green Blue C M Y K H S L
Decimal 82 215 20 0.62 0 0.91 0.16 100.92 0.83 0.46
Hex 52 D7 14 3E 0 5B 10 65 53 2E
Octal 122 327 24 76 0 133 20 145 123 56
Binary 1010010 11010111 10100 111110 0 1011011 10000 1100101 1010011 101110

Color Harmonies of #52D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D714

Black with #52D714

Text Example


Text Example

White with #52D714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,215,20); }

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

background-color css

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

 a { background-color: rgb(82,215,20); }

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

border-color css

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

 span { border-color: rgb(82,215,20); }

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