Html Css Color HEX #52C023 Kelly Green

📋 copy color: '#52C023'

red 82 ◦ green 192 ◦ blue 35

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

Shades of Kelly Green #52C023

Tints of Kelly Green #52C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

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

R = 26.54%
G = 62.14%
B = 11.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#52C023 (or 0x52C023) is known color: Kelly Green. HEX triplet: 52, C0 and 23. RGB value is (82,192,35). Sum of RGB (Red+Green+Blue) = 82+192+35=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #52C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C023 is #AD3FDC. Grayscale: #8D8D8D. Windows color (decimal): -11354077 or 2342994. OLE color: 2342994.

HSL color Cylindrical-coordinate representation of color #52C023: hue angle of 102.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52C023 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 35 -
CMYK 0.57 0 0.82 0.25
HSL 102.04º 0.69% 0.45% -
HSV(B) 102.04º 0.82% 0.75% -
XYZ 22.63 39.61 8.04 -
YUV 141.21 68.06 85.77 -
System Red Green Blue C M Y K H S L
Decimal 82 192 35 0.57 0 0.82 0.25 102.04 0.69 0.45
Hex 52 C0 23 39 0 52 19 66 45 2D
Octal 122 300 43 71 0 122 31 146 105 55
Binary 1010010 11000000 100011 111001 0 1010010 11001 1100110 1000101 101101

Color Harmonies of #52C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C023

Black with #52C023

Text Example


Text Example

White with #52C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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