#BFFF42

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

Shades of Green Yellow #BFFF42

Tints of Green Yellow #BFFF42

Color information

#BFFF42 (or 0xBFFF42) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 42. RGB value is (191,255,66). Sum of RGB (Red+Green+Blue) = 191+255+66=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF42 is #4000BD. Grayscale: #D7D7D7. Windows color (decimal): -4194494 or 4390847. OLE color: 4390847.

HSL color Cylindrical-coordinate representation of color #BFFF42: hue angle of 80.32º 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 #BFFF42 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB19125566-
CMYK0.2500.740
HSL80.32º100%62.94%-
HSV(B)80.32º74.12%100%-
XYZ58.2382.9918.1-
YUV214.3244.3111.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 255 (100% from 255) = 49.80%
BLUE value IS 66 (26.17% from 255) = 12.89%
R=37.30%
G=49.80%
B=12.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255660.2500.74080.3210062.94
HexBFFF421904A050643f
Octal277377102310112012014477
Binary101111111111111110000101100101001010010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF42; }

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

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

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

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

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

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

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

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