Html Css Color HEX #52C02D Kelly Green

📋 copy color: '#52C02D'

red 82 ◦ green 192 ◦ blue 45

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

Shades of Kelly Green #52C02D

Tints of Kelly Green #52C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 25.71%
G = 60.19%
B = 14.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#52C02D (or 0x52C02D) is known color: Kelly Green. HEX triplet: 52, C0 and 2D. RGB value is (82,192,45). Sum of RGB (Red+Green+Blue) = 82+192+45=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #52C02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C02D is #AD3FD2. Grayscale: #8E8E8E. Windows color (decimal): -11354067 or 2998354. OLE color: 2998354.

HSL color Cylindrical-coordinate representation of color #52C02D: hue angle of 104.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52C02D is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 45 -
CMYK 0.57 0 0.77 0.25
HSL 104.9º 0.62% 0.46% -
HSV(B) 104.9º 0.77% 0.75% -
XYZ 22.8 39.68 8.94 -
YUV 142.35 73.06 84.95 -
System Red Green Blue C M Y K H S L
Decimal 82 192 45 0.57 0 0.77 0.25 104.9 0.62 0.46
Hex 52 C0 2D 39 0 4D 19 69 3E 2E
Octal 122 300 55 71 0 115 31 151 76 56
Binary 1010010 11000000 101101 111001 0 1001101 11001 1101001 111110 101110

Color Harmonies of #52C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C02D

Black with #52C02D

Text Example


Text Example

White with #52C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,45); }

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

background-color css

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

 a { background-color: rgb(82,192,45); }

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

border-color css

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

 span { border-color: rgb(82,192,45); }

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