Html Css Color HEX #52BF0E Kelly Green

📋 copy color: '#52BF0E'

red 82 ◦ green 191 ◦ blue 14

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

Shades of Kelly Green #52BF0E

Tints of Kelly Green #52BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 66.55%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 28.57%
G = 66.55%
B = 4.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#52BF0E (or 0x52BF0E) is known color: Kelly Green. HEX triplet: 52, BF and 0E. RGB value is (82,191,14). Sum of RGB (Red+Green+Blue) = 82+191+14=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BF0E is #AD40F1. Grayscale: #8A8A8A. Windows color (decimal): -11354354 or 966482. OLE color: 966482.

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

Color convert

RGB 82 191 14 -
CMYK 0.57 0 0.93 0.25
HSL 96.95º 0.86% 0.4% -
HSV(B) 96.95º 0.93% 0.75% -
XYZ 22.19 39.09 6.79 -
YUV 138.23 57.89 87.89 -
System Red Green Blue C M Y K H S L
Decimal 82 191 14 0.57 0 0.93 0.25 96.95 0.86 0.4
Hex 52 BF E 39 0 5D 19 61 56 28
Octal 122 277 16 71 0 135 31 141 126 50
Binary 1010010 10111111 1110 111001 0 1011101 11001 1100001 1010110 101000

Color Harmonies of #52BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BF0E

Black with #52BF0E

Text Example


Text Example

White with #52BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,191,14); }

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

background-color css

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

 a { background-color: rgb(82,191,14); }

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

border-color css

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

 span { border-color: rgb(82,191,14); }

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