Html Css Color HEX #52E327 Kelly Green

📋 copy color: '#52E327'

red 82 ◦ green 227 ◦ blue 39

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

Shades of Kelly Green #52E327

Tints of Kelly Green #52E327

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.23%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 23.56%
G = 65.23%
B = 11.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#52E327 (or 0x52E327) is known color: Kelly Green. HEX triplet: 52, E3 and 27. RGB value is (82,227,39). Sum of RGB (Red+Green+Blue) = 82+227+39=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #52E327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E327 is #AD1CD8. Grayscale: #A2A2A2. Windows color (decimal): -11345113 or 2614098. OLE color: 2614098.

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

Color convert

RGB 82 227 39 -
CMYK 0.64 0 0.83 0.11
HSL 106.28º 0.77% 0.52% -
HSV(B) 106.28º 0.83% 0.89% -
XYZ 31.31 56.88 11.25 -
YUV 162.21 58.46 70.79 -
System Red Green Blue C M Y K H S L
Decimal 82 227 39 0.64 0 0.83 0.11 106.28 0.77 0.52
Hex 52 E3 27 40 0 53 B 6A 4D 34
Octal 122 343 47 100 0 123 13 152 115 64
Binary 1010010 11100011 100111 1000000 0 1010011 1011 1101010 1001101 110100

Color Harmonies of #52E327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E327

Black with #52E327

Text Example


Text Example

White with #52E327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,39); }

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

background-color css

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

 a { background-color: rgb(82,227,39); }

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

border-color css

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

 span { border-color: rgb(82,227,39); }

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