Html Css Color HEX #52D61B Kelly Green

📋 copy color: '#52D61B'

red 82 ◦ green 214 ◦ blue 27

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

Shades of Kelly Green #52D61B

Tints of Kelly Green #52D61B

RGB

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

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

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

R = 25.39%
G = 66.25%
B = 8.36%

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

#52D61B (or 0x52D61B) is known color: Kelly Green. HEX triplet: 52, D6 and 1B. RGB value is (82,214,27). Sum of RGB (Red+Green+Blue) = 82+214+27=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #52D61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D61B is #AD29E4. Grayscale: #999999. Windows color (decimal): -11348453 or 1824338. OLE color: 1824338.

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

Color convert

RGB 82 214 27 -
CMYK 0.62 0 0.87 0.16
HSL 102.35º 0.78% 0.47% -
HSV(B) 102.35º 0.87% 0.84% -
XYZ 27.72 49.97 9.22 -
YUV 153.21 56.77 77.21 -
System Red Green Blue C M Y K H S L
Decimal 82 214 27 0.62 0 0.87 0.16 102.35 0.78 0.47
Hex 52 D6 1B 3E 0 57 10 66 4E 2F
Octal 122 326 33 76 0 127 20 146 116 57
Binary 1010010 11010110 11011 111110 0 1010111 10000 1100110 1001110 101111

Color Harmonies of #52D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D61B

Black with #52D61B

Text Example


Text Example

White with #52D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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