Html Css Color HEX #52C12B Kelly Green

📋 copy color: '#52C12B'

red 82 ◦ green 193 ◦ blue 43

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

Shades of Kelly Green #52C12B

Tints of Kelly Green #52C12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 25.79%
G = 60.69%
B = 13.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#52C12B (or 0x52C12B) is known color: Kelly Green. HEX triplet: 52, C1 and 2B. RGB value is (82,193,43). Sum of RGB (Red+Green+Blue) = 82+193+43=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #52C12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C12B is #AD3ED4. Grayscale: #8F8F8F. Windows color (decimal): -11353813 or 2867538. OLE color: 2867538.

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

Color convert

RGB 82 193 43 -
CMYK 0.58 0 0.78 0.24
HSL 104.4º 0.64% 0.46% -
HSV(B) 104.4º 0.78% 0.76% -
XYZ 22.99 40.11 8.82 -
YUV 142.71 71.73 84.7 -
System Red Green Blue C M Y K H S L
Decimal 82 193 43 0.58 0 0.78 0.24 104.4 0.64 0.46
Hex 52 C1 2B 3A 0 4E 18 68 40 2E
Octal 122 301 53 72 0 116 30 150 100 56
Binary 1010010 11000001 101011 111010 0 1001110 11000 1101000 1000000 101110

Color Harmonies of #52C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C12B

Black with #52C12B

Text Example


Text Example

White with #52C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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