#47BF0A

Color #47BF0A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #47BF0A

Tints of Kelly Green #47BF0A

Color information

#47BF0A (or 0x47BF0A) is unknown color: approx Kelly Green. HEX triplet: 47, BF and 0A. RGB value is (71,191,10). Sum of RGB (Red+Green+Blue) = 71+191+10=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BF0A is #B840F5. Grayscale: #878787. Windows color (decimal): -12075254 or 704327. OLE color: 704327.

HSL color Cylindrical-coordinate representation of color #47BF0A: hue angle of 99.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47BF0A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB7119110-
CMYK0.6300.950.25
HSL99.78º90.05%39.41%-
HSV(B)99.78º94.76%74.9%-
XYZ21.2838.626.62-
YUV134.4957.7482.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=26.10%
G=70.22%
B=3.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191100.6300.950.2599.7890.0539.41
Hex47BFA3F05F19645a27
Octal107277127701373114413247
Binary1000111101111111010111111010111111100111001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47BF0A; }

 p { color: rgb(71,191,10); }

 H1.HeaderClassName
 {
   color: #47BF0A;
 }
 .AnyTagClassName
 {
   color: #47BF0A;
 }
</style>
background-color css

<style>
 a { background-color: #47BF0A; }

 a { background-color: rgb(71,191,10); }

 div.DivClassName
 {
   background-color: #47BF0A;
 }
 .BgClassName
 {
   background-color: #47BF0A;
 }
</style>
border-color css

<style>
 span { border-color: #47BF0A; }

 span { border-color: rgb(71,191,10); }

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