Html Css Color HEX #52BC0F Kelly Green

📋 copy color: '#52BC0F'

red 82 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #52BC0F

Tints of Kelly Green #52BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 28.77%
G = 65.96%
B = 5.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#52BC0F (or 0x52BC0F) is known color: Kelly Green. HEX triplet: 52, BC and 0F. RGB value is (82,188,15). Sum of RGB (Red+Green+Blue) = 82+188+15=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BC0F is #AD43F0. Grayscale: #898989. Windows color (decimal): -11355121 or 1031250. OLE color: 1031250.

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

Color convert

RGB 82 188 15 -
CMYK 0.56 0 0.92 0.26
HSL 96.76º 0.85% 0.4% -
HSV(B) 96.76º 0.92% 0.74% -
XYZ 21.55 37.79 6.61 -
YUV 136.58 59.38 89.07 -
System Red Green Blue C M Y K H S L
Decimal 82 188 15 0.56 0 0.92 0.26 96.76 0.85 0.4
Hex 52 BC F 38 0 5C 1A 61 55 28
Octal 122 274 17 70 0 134 32 141 125 50
Binary 1010010 10111100 1111 111000 0 1011100 11010 1100001 1010101 101000

Color Harmonies of #52BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC0F

Black with #52BC0F

Text Example


Text Example

White with #52BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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