#BFF842

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

Shades of Green Yellow #BFF842

Tints of Green Yellow #BFF842

Color information

#BFF842 (or 0xBFF842) is unknown color: approx Green Yellow. HEX triplet: BF, F8 and 42. RGB value is (191,248,66). Sum of RGB (Red+Green+Blue) = 191+248+66=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF842 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF842 is #4007BD. Grayscale: #D2D2D2. Windows color (decimal): -4196286 or 4389055. OLE color: 4389055.

HSL color Cylindrical-coordinate representation of color #BFF842: hue angle of 78.79º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFF842 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB19124866-
CMYK0.2300.730.03
HSL78.79º92.86%61.57%-
HSV(B)78.79º73.39%97.25%-
XYZ56.0478.617.37-
YUV210.2146.62114.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 248 (97.27% from 255) = 49.11%
BLUE value IS 66 (26.17% from 255) = 13.07%
R=37.82%
G=49.11%
B=13.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal191248660.2300.730.0378.7992.8661.57
HexBFF8421704934f5d3e
Octal277370102270111311713576
Binary1011111111111000100001010111010010011110011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF842; }

 p { color: rgb(191,248,66); }

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

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

 a { background-color: rgb(191,248,66); }

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

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

 span { border-color: rgb(191,248,66); }

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