Html Css Color HEX #52CE1C Kelly Green

📋 copy color: '#52CE1C'

red 82 ◦ green 206 ◦ blue 28

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

Shades of Kelly Green #52CE1C

Tints of Kelly Green #52CE1C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 65.19%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 25.95%
G = 65.19%
B = 8.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#52CE1C (or 0x52CE1C) is known color: Kelly Green. HEX triplet: 52, CE and 1C. RGB value is (82,206,28). Sum of RGB (Red+Green+Blue) = 82+206+28=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE1C is #AD31E3. Grayscale: #959595. Windows color (decimal): -11350500 or 1887826. OLE color: 1887826.

HSL color Cylindrical-coordinate representation of color #52CE1C: hue angle of 101.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52CE1C is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 28 -
CMYK 0.60 0 0.86 0.19
HSL 101.8º 0.76% 0.46% -
HSV(B) 101.8º 0.86% 0.81% -
XYZ 25.76 46.02 8.62 -
YUV 148.63 59.92 80.47 -
System Red Green Blue C M Y K H S L
Decimal 82 206 28 0.60 0 0.86 0.19 101.8 0.76 0.46
Hex 52 CE 1C 3C 0 56 13 66 4C 2E
Octal 122 316 34 74 0 126 23 146 114 56
Binary 1010010 11001110 11100 111100 0 1010110 10011 1100110 1001100 101110

Color Harmonies of #52CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE1C

Black with #52CE1C

Text Example


Text Example

White with #52CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,28); }

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

background-color css

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

 a { background-color: rgb(82,206,28); }

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

border-color css

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

 span { border-color: rgb(82,206,28); }

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