#BEFB5A

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

Shades of Conifer #BEFB5A

Tints of Conifer #BEFB5A

Color information

#BEFB5A (or 0xBEFB5A) is unknown color: approx Conifer. HEX triplet: BE, FB and 5A. RGB value is (190,251,90). Sum of RGB (Red+Green+Blue) = 190+251+90=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFB5A is #4104A5. Grayscale: #D6D6D6. Windows color (decimal): -4261030 or 5962686. OLE color: 5962686.

HSL color Cylindrical-coordinate representation of color #BEFB5A: hue angle of 82.73º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFB5A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB19025190-
CMYK0.2400.640.02
HSL82.73º95.27%66.86%-
HSV(B)82.73º64.14%98.43%-
XYZ57.5880.6822.21-
YUV214.4157.79110.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 90 (35.55% from 255) = 16.95%
R=35.78%
G=47.27%
B=16.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190251900.2400.640.0282.7395.2766.86
HexBEFB5A180402535f43
Octal2763731323001002123137103
Binary10111110111110111011010110000100000010101001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB5A; }

 p { color: rgb(190,251,90); }

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

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

 a { background-color: rgb(190,251,90); }

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

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

 span { border-color: rgb(190,251,90); }

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