#BFE655

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

Shades of Conifer #BFE655

Tints of Conifer #BFE655

Color information

#BFE655 (or 0xBFE655) is unknown color: approx Conifer. HEX triplet: BF, E6 and 55. RGB value is (191,230,85). Sum of RGB (Red+Green+Blue) = 191+230+85=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE655 is #4019AA. Grayscale: #CACACA. Windows color (decimal): -4200875 or 5629631. OLE color: 5629631.

HSL color Cylindrical-coordinate representation of color #BFE655: hue angle of 76.14º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE655 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB19123085-
CMYK0.1700.630.10
HSL76.14º74.36%61.76%-
HSV(B)76.14º63.04%90.2%-
XYZ51.4268.3319.07-
YUV201.8162.08120.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 230 (90.23% from 255) = 45.45%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=37.75%
G=45.45%
B=16.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191230850.1700.630.1076.1474.3661.76
HexBFE6551103FA4c4a3e
Octal277346125210771211411276
Binary10111111111001101010101100010111111101010011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE655; }

 p { color: rgb(191,230,85); }

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

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

 a { background-color: rgb(191,230,85); }

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

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

 span { border-color: rgb(191,230,85); }

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