Html Css Color HEX #52AB2D Kelly Green

📋 copy color: '#52AB2D'

red 82 ◦ green 171 ◦ blue 45

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

Shades of Kelly Green #52AB2D

Tints of Kelly Green #52AB2D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.38%

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

R = 27.52%
G = 57.38%
B = 15.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#52AB2D (or 0x52AB2D) is known color: Kelly Green. HEX triplet: 52, AB and 2D. RGB value is (82,171,45). Sum of RGB (Red+Green+Blue) = 82+171+45=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB2D is #AD54D2. Grayscale: #828282. Windows color (decimal): -11359443 or 2992978. OLE color: 2992978.

HSL color Cylindrical-coordinate representation of color #52AB2D: hue angle of 102.38º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52AB2D is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 45 -
CMYK 0.52 0 0.74 0.33
HSL 102.38º 0.58% 0.42% -
HSV(B) 102.38º 0.74% 0.67% -
XYZ 18.52 31.11 7.51 -
YUV 130.03 80.01 93.75 -
System Red Green Blue C M Y K H S L
Decimal 82 171 45 0.52 0 0.74 0.33 102.38 0.58 0.42
Hex 52 AB 2D 34 0 4A 21 66 3A 2A
Octal 122 253 55 64 0 112 41 146 72 52
Binary 1010010 10101011 101101 110100 0 1001010 100001 1100110 111010 101010

Color Harmonies of #52AB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB2D

Black with #52AB2D

Text Example


Text Example

White with #52AB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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