Html Css Color HEX #52B726 Kelly Green

📋 copy color: '#52B726'

red 82 ◦ green 183 ◦ blue 38

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

Shades of Kelly Green #52B726

Tints of Kelly Green #52B726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.4%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 27.06%
G = 60.4%
B = 12.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#52B726 (or 0x52B726) is known color: Kelly Green. HEX triplet: 52, B7 and 26. RGB value is (82,183,38). Sum of RGB (Red+Green+Blue) = 82+183+38=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #52B726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B726 is #AD48D9. Grayscale: #888888. Windows color (decimal): -11356378 or 2537298. OLE color: 2537298.

HSL color Cylindrical-coordinate representation of color #52B726: hue angle of 101.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52B726 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 38 -
CMYK 0.55 0 0.79 0.28
HSL 101.79º 0.66% 0.43% -
HSV(B) 101.79º 0.79% 0.72% -
XYZ 20.76 35.8 7.65 -
YUV 136.27 72.54 89.29 -
System Red Green Blue C M Y K H S L
Decimal 82 183 38 0.55 0 0.79 0.28 101.79 0.66 0.43
Hex 52 B7 26 37 0 4F 1C 66 42 2B
Octal 122 267 46 67 0 117 34 146 102 53
Binary 1010010 10110111 100110 110111 0 1001111 11100 1100110 1000010 101011

Color Harmonies of #52B726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B726

Black with #52B726

Text Example


Text Example

White with #52B726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,38); }

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

background-color css

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

 a { background-color: rgb(82,183,38); }

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

border-color css

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

 span { border-color: rgb(82,183,38); }

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