Html Css Color HEX #52C32E Kelly Green

📋 copy color: '#52C32E'

red 82 ◦ green 195 ◦ blue 46

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

Shades of Kelly Green #52C32E

Tints of Kelly Green #52C32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

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

R = 25.39%
G = 60.37%
B = 14.24%

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

#52C32E (or 0x52C32E) is known color: Kelly Green. HEX triplet: 52, C3 and 2E. RGB value is (82,195,46). Sum of RGB (Red+Green+Blue) = 82+195+46=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #52C32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C32E is #AD3CD1. Grayscale: #909090. Windows color (decimal): -11353298 or 3064658. OLE color: 3064658.

HSL color Cylindrical-coordinate representation of color #52C32E: hue angle of 105.5º 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 #52C32E is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 46 -
CMYK 0.58 0 0.76 0.24
HSL 105.5º 0.62% 0.47% -
HSV(B) 105.5º 0.76% 0.76% -
XYZ 23.49 41.02 9.26 -
YUV 144.23 72.56 83.62 -
System Red Green Blue C M Y K H S L
Decimal 82 195 46 0.58 0 0.76 0.24 105.5 0.62 0.47
Hex 52 C3 2E 3A 0 4C 18 6A 3E 2F
Octal 122 303 56 72 0 114 30 152 76 57
Binary 1010010 11000011 101110 111010 0 1001100 11000 1101010 111110 101111

Color Harmonies of #52C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C32E

Black with #52C32E

Text Example


Text Example

White with #52C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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