#BEF75E

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

Shades of Conifer #BEF75E

Tints of Conifer #BEF75E

Color information

#BEF75E (or 0xBEF75E) is unknown color: approx Conifer. HEX triplet: BE, F7 and 5E. RGB value is (190,247,94). Sum of RGB (Red+Green+Blue) = 190+247+94=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF75E is #4108A1. Grayscale: #D5D5D5. Windows color (decimal): -4262050 or 6223806. OLE color: 6223806.

HSL color Cylindrical-coordinate representation of color #BEF75E: hue angle of 82.35º degrees, saturation: 0.91, 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 #BEF75E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB19024794-
CMYK0.2300.620.03
HSL82.35º90.53%66.86%-
HSV(B)82.35º61.94%96.86%-
XYZ56.5278.2822.72-
YUV212.5261.12111.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 94 (37.11% from 255) = 17.70%
R=35.78%
G=46.52%
B=17.70%

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
Decimal190247940.2300.620.0382.3590.5366.86
HexBEF75E1703E3525b43
Octal276367136270763122133103
Binary1011111011110111101111010111011111011101001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF75E; }

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

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

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

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

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

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

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

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