Html Css Color HEX #52E126 Kelly Green

📋 copy color: '#52E126'

red 82 ◦ green 225 ◦ blue 38

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

Shades of Kelly Green #52E126

Tints of Kelly Green #52E126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.22%

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

R = 23.77%
G = 65.22%
B = 11.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#52E126 (or 0x52E126) is known color: Kelly Green. HEX triplet: 52, E1 and 26. RGB value is (82,225,38). Sum of RGB (Red+Green+Blue) = 82+225+38=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #52E126 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E126 is #AD1ED9. Grayscale: #A1A1A1. Windows color (decimal): -11345626 or 2548050. OLE color: 2548050.

HSL color Cylindrical-coordinate representation of color #52E126: hue angle of 105.88º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52E126 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 225 38 -
CMYK 0.64 0 0.83 0.12
HSL 105.88º 0.76% 0.52% -
HSV(B) 105.88º 0.83% 0.88% -
XYZ 30.75 55.78 10.98 -
YUV 160.93 58.62 71.71 -
System Red Green Blue C M Y K H S L
Decimal 82 225 38 0.64 0 0.83 0.12 105.88 0.76 0.52
Hex 52 E1 26 40 0 53 C 6A 4C 34
Octal 122 341 46 100 0 123 14 152 114 64
Binary 1010010 11100001 100110 1000000 0 1010011 1100 1101010 1001100 110100

Color Harmonies of #52E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E126

Black with #52E126

Text Example


Text Example

White with #52E126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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