Html Css Color HEX #52C12E Kelly Green

📋 copy color: '#52C12E'

red 82 ◦ green 193 ◦ blue 46

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

Shades of Kelly Green #52C12E

Tints of Kelly Green #52C12E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.12%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 25.55%
G = 60.12%
B = 14.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#52C12E (or 0x52C12E) is known color: Kelly Green. HEX triplet: 52, C1 and 2E. RGB value is (82,193,46). Sum of RGB (Red+Green+Blue) = 82+193+46=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #52C12E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C12E is #AD3ED1. Grayscale: #8F8F8F. Windows color (decimal): -11353810 or 3064146. OLE color: 3064146.

HSL color Cylindrical-coordinate representation of color #52C12E: hue angle of 105.31º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52C12E is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 46 -
CMYK 0.58 0 0.76 0.24
HSL 105.31º 0.62% 0.47% -
HSV(B) 105.31º 0.76% 0.76% -
XYZ 23.04 40.13 9.12 -
YUV 143.05 73.23 84.45 -
System Red Green Blue C M Y K H S L
Decimal 82 193 46 0.58 0 0.76 0.24 105.31 0.62 0.47
Hex 52 C1 2E 3A 0 4C 18 69 3E 2F
Octal 122 301 56 72 0 114 30 151 76 57
Binary 1010010 11000001 101110 111010 0 1001100 11000 1101001 111110 101111

Color Harmonies of #52C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C12E

Black with #52C12E

Text Example


Text Example

White with #52C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,46); }

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

background-color css

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

 a { background-color: rgb(82,193,46); }

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

border-color css

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

 span { border-color: rgb(82,193,46); }

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