Html Css Color HEX #52BF19 Kelly Green

📋 copy color: '#52BF19'

red 82 ◦ green 191 ◦ blue 25

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

Shades of Kelly Green #52BF19

Tints of Kelly Green #52BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 64.09%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 27.52%
G = 64.09%
B = 8.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#52BF19 (or 0x52BF19) is known color: Kelly Green. HEX triplet: 52, BF and 19. RGB value is (82,191,25). Sum of RGB (Red+Green+Blue) = 82+191+25=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BF19 is #AD40E6. Grayscale: #8C8C8C. Windows color (decimal): -11354343 or 1687378. OLE color: 1687378.

HSL color Cylindrical-coordinate representation of color #52BF19: hue angle of 99.4º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52BF19 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 191 25 -
CMYK 0.57 0 0.87 0.25
HSL 99.4º 0.77% 0.42% -
HSV(B) 99.4º 0.87% 0.75% -
XYZ 22.29 39.13 7.3 -
YUV 139.49 63.39 87 -
System Red Green Blue C M Y K H S L
Decimal 82 191 25 0.57 0 0.87 0.25 99.4 0.77 0.42
Hex 52 BF 19 39 0 57 19 63 4D 2A
Octal 122 277 31 71 0 127 31 143 115 52
Binary 1010010 10111111 11001 111001 0 1010111 11001 1100011 1001101 101010

Color Harmonies of #52BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF19

Black with #52BF19

Text Example


Text Example

White with #52BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,191,25); }

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

background-color css

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

 a { background-color: rgb(82,191,25); }

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

border-color css

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

 span { border-color: rgb(82,191,25); }

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