#BEFF42

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

Shades of Green Yellow #BEFF42

Tints of Green Yellow #BEFF42

Color information

#BEFF42 (or 0xBEFF42) is unknown color: approx Green Yellow. HEX triplet: BE, FF and 42. RGB value is (190,255,66). Sum of RGB (Red+Green+Blue) = 190+255+66=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF42 is #4100BD. Grayscale: #D6D6D6. Windows color (decimal): -4260030 or 4390846. OLE color: 4390846.

HSL color Cylindrical-coordinate representation of color #BEFF42: hue angle of 80.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEFF42 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB19025566-
CMYK0.2500.740
HSL80.63º100%62.94%-
HSV(B)80.63º74.12%100%-
XYZ57.9882.8618.09-
YUV214.0244.47110.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 66 (26.17% from 255) = 12.92%
R=37.18%
G=49.90%
B=12.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190255660.2500.74080.6310062.94
HexBEFF421904A051643f
Octal276377102310112012114477
Binary101111101111111110000101100101001010010100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF42; }

 p { color: rgb(190,255,66); }

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

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

 a { background-color: rgb(190,255,66); }

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

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

 span { border-color: rgb(190,255,66); }

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