Html Css Color HEX #52C823 Kelly Green

📋 copy color: '#52C823'

red 82 ◦ green 200 ◦ blue 35

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

Shades of Kelly Green #52C823

Tints of Kelly Green #52C823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.09%

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 25.87%
G = 63.09%
B = 11.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#52C823 (or 0x52C823) is known color: Kelly Green. HEX triplet: 52, C8 and 23. RGB value is (82,200,35). Sum of RGB (Red+Green+Blue) = 82+200+35=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #52C823 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C823 is #AD37DC. Grayscale: #929292. Windows color (decimal): -11352029 or 2345042. OLE color: 2345042.

HSL color Cylindrical-coordinate representation of color #52C823: hue angle of 102.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52C823 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 35 -
CMYK 0.59 0 0.82 0.22
HSL 102.91º 0.7% 0.46% -
HSV(B) 102.91º 0.83% 0.78% -
XYZ 24.44 43.22 8.65 -
YUV 145.91 65.41 82.42 -
System Red Green Blue C M Y K H S L
Decimal 82 200 35 0.59 0 0.82 0.22 102.91 0.7 0.46
Hex 52 C8 23 3B 0 52 16 67 46 2E
Octal 122 310 43 73 0 122 26 147 106 56
Binary 1010010 11001000 100011 111011 0 1010010 10110 1100111 1000110 101110

Color Harmonies of #52C823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C823

Black with #52C823

Text Example


Text Example

White with #52C823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,35); }

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

background-color css

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

 a { background-color: rgb(82,200,35); }

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

border-color css

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

 span { border-color: rgb(82,200,35); }

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