Html Css Color HEX #52C52B Kelly Green

📋 copy color: '#52C52B'

red 82 ◦ green 197 ◦ blue 43

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

Shades of Kelly Green #52C52B

Tints of Kelly Green #52C52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.18%

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

R = 25.47%
G = 61.18%
B = 13.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#52C52B (or 0x52C52B) is known color: Kelly Green. HEX triplet: 52, C5 and 2B. RGB value is (82,197,43). Sum of RGB (Red+Green+Blue) = 82+197+43=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #52C52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C52B is #AD3AD4. Grayscale: #919191. Windows color (decimal): -11352789 or 2868562. OLE color: 2868562.

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

Color convert

RGB 82 197 43 -
CMYK 0.58 0 0.78 0.23
HSL 104.81º 0.64% 0.47% -
HSV(B) 104.81º 0.78% 0.77% -
XYZ 23.88 41.9 9.11 -
YUV 145.06 70.4 83.02 -
System Red Green Blue C M Y K H S L
Decimal 82 197 43 0.58 0 0.78 0.23 104.81 0.64 0.47
Hex 52 C5 2B 3A 0 4E 17 69 40 2F
Octal 122 305 53 72 0 116 27 151 100 57
Binary 1010010 11000101 101011 111010 0 1001110 10111 1101001 1000000 101111

Color Harmonies of #52C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C52B

Black with #52C52B

Text Example


Text Example

White with #52C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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