#BEFD50

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

Shades of Conifer #BEFD50

Tints of Conifer #BEFD50

Color information

#BEFD50 (or 0xBEFD50) is unknown color: approx Conifer. HEX triplet: BE, FD and 50. RGB value is (190,253,80). Sum of RGB (Red+Green+Blue) = 190+253+80=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD50 is #4102AF. Grayscale: #D7D7D7. Windows color (decimal): -4260528 or 5307838. OLE color: 5307838.

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

Color convert

RGB19025380-
CMYK0.2500.680.01
HSL81.85º97.74%65.29%-
HSV(B)81.85º68.38%99.22%-
XYZ57.8181.7820.33-
YUV214.4452.13110.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=36.33%
G=48.37%
B=15.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190253800.2500.680.0181.8597.7465.29
HexBEFD50190441526241
Octal2763751203101041122142101
Binary1011111011111101101000011001010001001101001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD50; }

 p { color: rgb(190,253,80); }

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

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

 a { background-color: rgb(190,253,80); }

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

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

 span { border-color: rgb(190,253,80); }

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