#BEFF5E

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

Shades of Conifer #BEFF5E

Tints of Conifer #BEFF5E

Color information

#BEFF5E (or 0xBEFF5E) is unknown color: approx Conifer. HEX triplet: BE, FF and 5E. RGB value is (190,255,94). Sum of RGB (Red+Green+Blue) = 190+255+94=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5E is #4100A1. Grayscale: #D9D9D9. Windows color (decimal): -4260002 or 6225854. OLE color: 6225854.

HSL color Cylindrical-coordinate representation of color #BEFF5E: hue angle of 84.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFF5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB19025594-
CMYK0.2500.630
HSL84.22º100%68.43%-
HSV(B)84.22º63.14%100%-
XYZ59.0283.2823.55-
YUV217.2158.47108.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=35.25%
G=47.31%
B=17.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190255940.2500.63084.2210068.43
HexBEFF5E1903F0546444
Octal276377136310770124144104
Binary101111101111111110111101100101111110101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF5E; }

 p { color: rgb(190,255,94); }

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

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

 a { background-color: rgb(190,255,94); }

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

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

 span { border-color: rgb(190,255,94); }

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