#BFED4B

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

Shades of Conifer #BFED4B

Tints of Conifer #BFED4B

Color information

#BFED4B (or 0xBFED4B) is unknown color: approx Conifer. HEX triplet: BF, ED and 4B. RGB value is (191,237,75). Sum of RGB (Red+Green+Blue) = 191+237+75=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED4B is #4012B4. Grayscale: #CDCDCD. Windows color (decimal): -4199093 or 4976063. OLE color: 4976063.

HSL color Cylindrical-coordinate representation of color #BFED4B: hue angle of 77.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFED4B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB19123775-
CMYK0.1900.680.07
HSL77.04º81.82%61.18%-
HSV(B)77.04º68.35%92.94%-
XYZ53.0472.1517.79-
YUV204.7854.76118.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=37.97%
G=47.12%
B=14.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191237750.1900.680.0777.0481.8261.18
HexBFED4B1304474d523d
Octal277355113230104711512275
Binary10111111111011011001011100110100010011110011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED4B; }

 p { color: rgb(191,237,75); }

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

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

 a { background-color: rgb(191,237,75); }

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

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

 span { border-color: rgb(191,237,75); }

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