Html Css Color HEX #52BC23 Kelly Green

📋 copy color: '#52BC23'

red 82 ◦ green 188 ◦ blue 35

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

Shades of Kelly Green #52BC23

Tints of Kelly Green #52BC23

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.64%

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

R = 26.89%
G = 61.64%
B = 11.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#52BC23 (or 0x52BC23) is known color: Kelly Green. HEX triplet: 52, BC and 23. RGB value is (82,188,35). Sum of RGB (Red+Green+Blue) = 82+188+35=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC23 is #AD43DC. Grayscale: #8B8B8B. Windows color (decimal): -11355101 or 2341970. OLE color: 2341970.

HSL color Cylindrical-coordinate representation of color #52BC23: hue angle of 101.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52BC23 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 35 -
CMYK 0.56 0 0.81 0.26
HSL 101.57º 0.69% 0.44% -
HSV(B) 101.57º 0.81% 0.74% -
XYZ 21.77 37.88 7.75 -
YUV 138.86 69.38 87.44 -
System Red Green Blue C M Y K H S L
Decimal 82 188 35 0.56 0 0.81 0.26 101.57 0.69 0.44
Hex 52 BC 23 38 0 51 1A 66 45 2C
Octal 122 274 43 70 0 121 32 146 105 54
Binary 1010010 10111100 100011 111000 0 1010001 11010 1100110 1000101 101100

Color Harmonies of #52BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC23

Black with #52BC23

Text Example


Text Example

White with #52BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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