Html Css Color HEX #52BE28 Kelly Green

📋 copy color: '#52BE28'

red 82 ◦ green 190 ◦ blue 40

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

Shades of Kelly Green #52BE28

Tints of Kelly Green #52BE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 26.28%
G = 60.9%
B = 12.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#52BE28 (or 0x52BE28) is known color: Kelly Green. HEX triplet: 52, BE and 28. RGB value is (82,190,40). Sum of RGB (Red+Green+Blue) = 82+190+40=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE28 is #AD41D7. Grayscale: #8D8D8D. Windows color (decimal): -11354584 or 2670162. OLE color: 2670162.

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

Color convert

RGB 82 190 40 -
CMYK 0.57 0 0.79 0.25
HSL 103.2º 0.65% 0.45% -
HSV(B) 103.2º 0.79% 0.75% -
XYZ 22.28 38.77 8.32 -
YUV 140.61 71.22 86.2 -
System Red Green Blue C M Y K H S L
Decimal 82 190 40 0.57 0 0.79 0.25 103.2 0.65 0.45
Hex 52 BE 28 39 0 4F 19 67 41 2D
Octal 122 276 50 71 0 117 31 147 101 55
Binary 1010010 10111110 101000 111001 0 1001111 11001 1100111 1000001 101101

Color Harmonies of #52BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE28

Black with #52BE28

Text Example


Text Example

White with #52BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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