Html Css Color HEX #52C22D Kelly Green

📋 copy color: '#52C22D'

red 82 ◦ green 194 ◦ blue 45

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

Shades of Kelly Green #52C22D

Tints of Kelly Green #52C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.44%

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

R = 25.55%
G = 60.44%
B = 14.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#52C22D (or 0x52C22D) is known color: Kelly Green. HEX triplet: 52, C2 and 2D. RGB value is (82,194,45). Sum of RGB (Red+Green+Blue) = 82+194+45=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #52C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C22D is #AD3DD2. Grayscale: #909090. Windows color (decimal): -11353555 or 2998866. OLE color: 2998866.

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

Color convert

RGB 82 194 45 -
CMYK 0.58 0 0.77 0.24
HSL 105.1º 0.62% 0.47% -
HSV(B) 105.1º 0.77% 0.76% -
XYZ 23.25 40.57 9.09 -
YUV 143.53 72.39 84.12 -
System Red Green Blue C M Y K H S L
Decimal 82 194 45 0.58 0 0.77 0.24 105.1 0.62 0.47
Hex 52 C2 2D 3A 0 4D 18 69 3E 2F
Octal 122 302 55 72 0 115 30 151 76 57
Binary 1010010 11000010 101101 111010 0 1001101 11000 1101001 111110 101111

Color Harmonies of #52C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C22D

Black with #52C22D

Text Example


Text Example

White with #52C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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