#BEF055

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

Shades of Conifer #BEF055

Tints of Conifer #BEF055

Color information

#BEF055 (or 0xBEF055) is unknown color: approx Conifer. HEX triplet: BE, F0 and 55. RGB value is (190,240,85). Sum of RGB (Red+Green+Blue) = 190+240+85=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF055 is #410FAA. Grayscale: #CFCFCF. Windows color (decimal): -4263851 or 5632190. OLE color: 5632190.

HSL color Cylindrical-coordinate representation of color #BEF055: hue angle of 79.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF055 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB19024085-
CMYK0.2100.650.06
HSL79.35º83.78%63.73%-
HSV(B)79.35º64.58%94.12%-
XYZ54.0373.9220.01-
YUV207.3858.94115.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 240 (94.14% from 255) = 46.60%
BLUE value IS 85 (33.59% from 255) = 16.50%
R=36.89%
G=46.60%
B=16.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190240850.2100.650.0679.3583.7863.73
HexBEF0551504164f5440
Octal2763601252501016117124100
Binary101111101111000010101011010101000001110100111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF055; }

 p { color: rgb(190,240,85); }

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

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

 a { background-color: rgb(190,240,85); }

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

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

 span { border-color: rgb(190,240,85); }

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