#BEF142

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

Shades of Conifer #BEF142

Tints of Conifer #BEF142

Color information

#BEF142 (or 0xBEF142) is unknown color: approx Conifer. HEX triplet: BE, F1 and 42. RGB value is (190,241,66). Sum of RGB (Red+Green+Blue) = 190+241+66=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF142 is #410EBD. Grayscale: #CECECE. Windows color (decimal): -4263614 or 4387262. OLE color: 4387262.

HSL color Cylindrical-coordinate representation of color #BEF142: hue angle of 77.49º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEF142 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB19024166-
CMYK0.2100.730.05
HSL77.49º86.21%60.2%-
HSV(B)77.49º72.61%94.51%-
XYZ53.6774.2516.66-
YUV205.849.1116.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 66 (26.17% from 255) = 13.28%
R=38.23%
G=48.49%
B=13.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190241660.2100.730.0577.4986.2160.2
HexBEF1421504954d563c
Octal276361102250111511512674
Binary10111110111100011000010101010100100110110011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF142; }

 p { color: rgb(190,241,66); }

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

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

 a { background-color: rgb(190,241,66); }

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

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

 span { border-color: rgb(190,241,66); }

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