#BEFC58

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

Shades of Conifer #BEFC58

Tints of Conifer #BEFC58

Color information

#BEFC58 (or 0xBEFC58) is unknown color: approx Conifer. HEX triplet: BE, FC and 58. RGB value is (190,252,88). Sum of RGB (Red+Green+Blue) = 190+252+88=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC58 is #4103A7. Grayscale: #D7D7D7. Windows color (decimal): -4260776 or 5831870. OLE color: 5831870.

HSL color Cylindrical-coordinate representation of color #BEFC58: hue angle of 82.68º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEFC58 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB19025288-
CMYK0.2500.650.01
HSL82.68º96.47%66.67%-
HSV(B)82.68º65.08%98.82%-
XYZ57.8181.2721.87-
YUV214.7756.46110.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 88 (34.77% from 255) = 16.60%
R=35.85%
G=47.55%
B=16.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190252880.2500.650.0182.6896.4766.67
HexBEFC58190411536043
Octal2763741303101011123140103
Binary1011111011111100101100011001010000011101001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC58; }

 p { color: rgb(190,252,88); }

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

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

 a { background-color: rgb(190,252,88); }

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

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

 span { border-color: rgb(190,252,88); }

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