Html Css Color HEX #52BC26 Kelly Green

📋 copy color: '#52BC26'

red 82 ◦ green 188 ◦ blue 38

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

Shades of Kelly Green #52BC26

Tints of Kelly Green #52BC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

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

R = 26.62%
G = 61.04%
B = 12.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#52BC26 (or 0x52BC26) is known color: Kelly Green. HEX triplet: 52, BC and 26. RGB value is (82,188,38). Sum of RGB (Red+Green+Blue) = 82+188+38=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC26 is #AD43D9. Grayscale: #8B8B8B. Windows color (decimal): -11355098 or 2538578. OLE color: 2538578.

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

Color convert

RGB 82 188 38 -
CMYK 0.56 0 0.80 0.26
HSL 102.4º 0.66% 0.44% -
HSV(B) 102.4º 0.8% 0.74% -
XYZ 21.81 37.9 8 -
YUV 139.21 70.88 87.2 -
System Red Green Blue C M Y K H S L
Decimal 82 188 38 0.56 0 0.80 0.26 102.4 0.66 0.44
Hex 52 BC 26 38 0 50 1A 66 42 2C
Octal 122 274 46 70 0 120 32 146 102 54
Binary 1010010 10111100 100110 111000 0 1010000 11010 1100110 1000010 101100

Color Harmonies of #52BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC26

Black with #52BC26

Text Example


Text Example

White with #52BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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