#BFE450

Color #BFE450 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BFE450

Tints of Conifer #BFE450

Color information

#BFE450 (or 0xBFE450) is unknown color: approx Conifer. HEX triplet: BF, E4 and 50. RGB value is (191,228,80). Sum of RGB (Red+Green+Blue) = 191+228+80=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE450 is #401BAF. Grayscale: #C8C8C8. Windows color (decimal): -4201392 or 5301439. OLE color: 5301439.

HSL color Cylindrical-coordinate representation of color #BFE450: hue angle of 75º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE450 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB19122880-
CMYK0.1600.650.11
HSL75º73.27%60.39%-
HSV(B)75º64.91%89.41%-
XYZ50.6867.1417.88-
YUV200.0660.24121.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 80 (31.64% from 255) = 16.03%
R=38.28%
G=45.69%
B=16.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191228800.1600.650.117573.2760.39
HexBFE45010041B4b493c
Octal2773441202001011311311174
Binary101111111110010010100001000001000001101110010111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE450; }

 p { color: rgb(191,228,80); }

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

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

 a { background-color: rgb(191,228,80); }

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

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

 span { border-color: rgb(191,228,80); }

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