Html Css Color HEX #52BB26 Kelly Green

📋 copy color: '#52BB26'

red 82 ◦ green 187 ◦ blue 38

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

Shades of Kelly Green #52BB26

Tints of Kelly Green #52BB26

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.91%

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

R = 26.71%
G = 60.91%
B = 12.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#52BB26 (or 0x52BB26) is known color: Kelly Green. HEX triplet: 52, BB and 26. RGB value is (82,187,38). Sum of RGB (Red+Green+Blue) = 82+187+38=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB26 is #AD44D9. Grayscale: #8B8B8B. Windows color (decimal): -11355354 or 2538322. OLE color: 2538322.

HSL color Cylindrical-coordinate representation of color #52BB26: hue angle of 102.28º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52BB26 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 38 -
CMYK 0.56 0 0.80 0.27
HSL 102.28º 0.66% 0.44% -
HSV(B) 102.28º 0.8% 0.73% -
XYZ 21.6 37.47 7.93 -
YUV 138.62 71.21 87.62 -
System Red Green Blue C M Y K H S L
Decimal 82 187 38 0.56 0 0.80 0.27 102.28 0.66 0.44
Hex 52 BB 26 38 0 50 1B 66 42 2C
Octal 122 273 46 70 0 120 33 146 102 54
Binary 1010010 10111011 100110 111000 0 1010000 11011 1100110 1000010 101100

Color Harmonies of #52BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB26

Black with #52BB26

Text Example


Text Example

White with #52BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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