Html Css Color HEX #52D71B Kelly Green

📋 copy color: '#52D71B'

red 82 ◦ green 215 ◦ blue 27

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

Shades of Kelly Green #52D71B

Tints of Kelly Green #52D71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 25.31%
G = 66.36%
B = 8.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#52D71B (or 0x52D71B) is known color: Kelly Green. HEX triplet: 52, D7 and 1B. RGB value is (82,215,27). Sum of RGB (Red+Green+Blue) = 82+215+27=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #52D71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D71B is #AD28E4. Grayscale: #9A9A9A. Windows color (decimal): -11348197 or 1824594. OLE color: 1824594.

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

Color convert

RGB 82 215 27 -
CMYK 0.62 0 0.87 0.16
HSL 102.45º 0.78% 0.47% -
HSV(B) 102.45º 0.87% 0.84% -
XYZ 27.98 50.47 9.3 -
YUV 153.8 56.44 76.79 -
System Red Green Blue C M Y K H S L
Decimal 82 215 27 0.62 0 0.87 0.16 102.45 0.78 0.47
Hex 52 D7 1B 3E 0 57 10 66 4E 2F
Octal 122 327 33 76 0 127 20 146 116 57
Binary 1010010 11010111 11011 111110 0 1010111 10000 1100110 1001110 101111

Color Harmonies of #52D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D71B

Black with #52D71B

Text Example


Text Example

White with #52D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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