#BFFA7E

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

Shades of Sulu #BFFA7E

Tints of Sulu #BFFA7E

Color information

#BFFA7E (or 0xBFFA7E) is unknown color: approx Sulu. HEX triplet: BF, FA and 7E. RGB value is (191,250,126). Sum of RGB (Red+Green+Blue) = 191+250+126=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA7E is #400581. Grayscale: #DADADA. Windows color (decimal): -4195714 or 8321727. OLE color: 8321727.

HSL color Cylindrical-coordinate representation of color #BFFA7E: hue angle of 88.55º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFA7E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB191250126-
CMYK0.2400.500.02
HSL88.55º92.54%73.73%-
HSV(B)88.55º49.6%98.04%-
XYZ59.4480.9532.23-
YUV218.2275.95108.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 126 (49.61% from 255) = 22.22%
R=33.69%
G=44.09%
B=22.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501260.2400.500.0288.5592.5473.73
HexBFFA7E180322595d4a
Octal277372176300622131135112
Binary1011111111111010111111011000011001010101100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFA7E; }

 p { color: rgb(191,250,126); }

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

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

 a { background-color: rgb(191,250,126); }

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

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

 span { border-color: rgb(191,250,126); }

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