#BFFF7E

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

Shades of Sulu #BFFF7E

Tints of Sulu #BFFF7E

Color information

#BFFF7E (or 0xBFFF7E) is unknown color: approx Sulu. HEX triplet: BF, FF and 7E. RGB value is (191,255,126). Sum of RGB (Red+Green+Blue) = 191+255+126=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF7E is #400081. Grayscale: #DDDDDD. Windows color (decimal): -4194434 or 8323007. OLE color: 8323007.

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

Color convert

RGB191255126-
CMYK0.2500.510
HSL89.77º100%74.71%-
HSV(B)89.77º50.59%100%-
XYZ61.0184.132.76-
YUV221.1674.3106.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 44.58%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=33.39%
G=44.58%
B=22.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551260.2500.51089.7710074.71
HexBFFF7E1903305a644b
Octal277377176310630132144113
Binary101111111111111111111101100101100110101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF7E; }

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

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

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

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

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

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

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

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