#BEF75D

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

Shades of Conifer #BEF75D

Tints of Conifer #BEF75D

Color information

#BEF75D (or 0xBEF75D) is unknown color: approx Conifer. HEX triplet: BE, F7 and 5D. RGB value is (190,247,93). Sum of RGB (Red+Green+Blue) = 190+247+93=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF75D is #4108A2. Grayscale: #D4D4D4. Windows color (decimal): -4262051 or 6158270. OLE color: 6158270.

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

Color convert

RGB19024793-
CMYK0.2300.620.03
HSL82.21º90.59%66.67%-
HSV(B)82.21º62.35%96.86%-
XYZ56.4778.2622.49-
YUV212.460.62112.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 247 (96.88% from 255) = 46.60%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=35.85%
G=46.60%
B=17.55%

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
Decimal190247930.2300.620.0382.2190.5966.67
HexBEF75D1703E3525b43
Octal276367135270763122133103
Binary1011111011110111101110110111011111011101001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF75D; }

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

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

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

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

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

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

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

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