Html Css Color HEX #52BF31 Kelly Green

📋 copy color: '#52BF31'

red 82 ◦ green 191 ◦ blue 49

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

Shades of Kelly Green #52BF31

Tints of Kelly Green #52BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 25.47%
G = 59.32%
B = 15.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#52BF31 (or 0x52BF31) is known color: Kelly Green. HEX triplet: 52, BF and 31. RGB value is (82,191,49). Sum of RGB (Red+Green+Blue) = 82+191+49=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF31 is #AD40CE. Grayscale: #8E8E8E. Windows color (decimal): -11354319 or 3260242. OLE color: 3260242.

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

Color convert

RGB 82 191 49 -
CMYK 0.57 0 0.74 0.25
HSL 106.06º 0.59% 0.47% -
HSV(B) 106.06º 0.74% 0.75% -
XYZ 22.66 39.28 9.29 -
YUV 142.22 75.39 85.05 -
System Red Green Blue C M Y K H S L
Decimal 82 191 49 0.57 0 0.74 0.25 106.06 0.59 0.47
Hex 52 BF 31 39 0 4A 19 6A 3B 2F
Octal 122 277 61 71 0 112 31 152 73 57
Binary 1010010 10111111 110001 111001 0 1001010 11001 1101010 111011 101111

Color Harmonies of #52BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF31

Black with #52BF31

Text Example


Text Example

White with #52BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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