Html Css Color HEX #52CD2C Kelly Green

📋 copy color: '#52CD2C'

red 82 ◦ green 205 ◦ blue 44

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

Shades of Kelly Green #52CD2C

Tints of Kelly Green #52CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.93%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 24.77%
G = 61.93%
B = 13.29%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#52CD2C (or 0x52CD2C) is known color: Kelly Green. HEX triplet: 52, CD and 2C. RGB value is (82,205,44). Sum of RGB (Red+Green+Blue) = 82+205+44=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD2C is #AD32D3. Grayscale: #969696. Windows color (decimal): -11350740 or 2936146. OLE color: 2936146.

HSL color Cylindrical-coordinate representation of color #52CD2C: hue angle of 105.84º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52CD2C is Cyan = 0.6, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 44 -
CMYK 0.6 0 0.79 0.20
HSL 105.84º 0.65% 0.49% -
HSV(B) 105.84º 0.79% 0.8% -
XYZ 25.77 45.64 9.83 -
YUV 149.87 68.25 79.59 -
System Red Green Blue C M Y K H S L
Decimal 82 205 44 0.6 0 0.79 0.20 105.84 0.65 0.49
Hex 52 CD 2C 3C 0 4F 14 6A 41 31
Octal 122 315 54 74 0 117 24 152 101 61
Binary 1010010 11001101 101100 111100 0 1001111 10100 1101010 1000001 110001

Color Harmonies of #52CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD2C

Black with #52CD2C

Text Example


Text Example

White with #52CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,44); }

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

background-color css

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

 a { background-color: rgb(82,205,44); }

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

border-color css

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

 span { border-color: rgb(82,205,44); }

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