Html Css Color HEX #52BE32 Kelly Green

📋 copy color: '#52BE32'

red 82 ◦ green 190 ◦ blue 50

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

Shades of Kelly Green #52BE32

Tints of Kelly Green #52BE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.01%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 25.47%
G = 59.01%
B = 15.53%

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

#52BE32 (or 0x52BE32) is known color: Kelly Green. HEX triplet: 52, BE and 32. RGB value is (82,190,50). Sum of RGB (Red+Green+Blue) = 82+190+50=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE32 is #AD41CD. Grayscale: #8E8E8E. Windows color (decimal): -11354574 or 3325522. OLE color: 3325522.

HSL color Cylindrical-coordinate representation of color #52BE32: hue angle of 106.29º degrees, saturation: 0.58, 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 #52BE32 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 50 -
CMYK 0.57 0 0.74 0.25
HSL 106.29º 0.58% 0.47% -
HSV(B) 106.29º 0.74% 0.75% -
XYZ 22.47 38.85 9.33 -
YUV 141.75 76.22 85.38 -
System Red Green Blue C M Y K H S L
Decimal 82 190 50 0.57 0 0.74 0.25 106.29 0.58 0.47
Hex 52 BE 32 39 0 4A 19 6A 3A 2F
Octal 122 276 62 71 0 112 31 152 72 57
Binary 1010010 10111110 110010 111001 0 1001010 11001 1101010 111010 101111

Color Harmonies of #52BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE32

Black with #52BE32

Text Example


Text Example

White with #52BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,50); }

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

background-color css

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

 a { background-color: rgb(82,190,50); }

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

border-color css

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

 span { border-color: rgb(82,190,50); }

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