#BEF85D

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

Shades of Conifer #BEF85D

Tints of Conifer #BEF85D

Color information

#BEF85D (or 0xBEF85D) is unknown color: approx Conifer. HEX triplet: BE, F8 and 5D. RGB value is (190,248,93). Sum of RGB (Red+Green+Blue) = 190+248+93=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF85D is #4107A2. Grayscale: #D5D5D5. Windows color (decimal): -4261795 or 6158526. OLE color: 6158526.

HSL color Cylindrical-coordinate representation of color #BEF85D: hue angle of 82.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF85D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB19024893-
CMYK0.2300.620.03
HSL82.45º91.72%66.86%-
HSV(B)82.45º62.5%97.25%-
XYZ56.7878.8722.59-
YUV212.9960.28111.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=35.78%
G=46.70%
B=17.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190248930.2300.620.0382.4591.7266.86
HexBEF85D1703E3525c43
Octal276370135270763122134103
Binary1011111011111000101110110111011111011101001010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF85D; }

 p { color: rgb(190,248,93); }

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

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

 a { background-color: rgb(190,248,93); }

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

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

 span { border-color: rgb(190,248,93); }

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