#BFEA75

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

Shades of Sulu #BFEA75

Tints of Sulu #BFEA75

Color information

#BFEA75 (or 0xBFEA75) is unknown color: approx Sulu. HEX triplet: BF, EA and 75. RGB value is (191,234,117). Sum of RGB (Red+Green+Blue) = 191+234+117=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA75 is #40158A. Grayscale: #D0D0D0. Windows color (decimal): -4199819 or 7727807. OLE color: 7727807.

HSL color Cylindrical-coordinate representation of color #BFEA75: hue angle of 82.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFEA75 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB191234117-
CMYK0.1800.50.08
HSL82.05º73.58%68.82%-
HSV(B)82.05º50%91.76%-
XYZ54.1271.2127.72-
YUV207.876.75116.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 234 (91.80% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=35.24%
G=43.17%
B=21.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341170.1800.50.0882.0573.5868.82
HexBFEA75120328524a45
Octal2773521652206210122112105
Binary101111111110101011101011001001100101000101001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA75; }

 p { color: rgb(191,234,117); }

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

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

 a { background-color: rgb(191,234,117); }

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

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

 span { border-color: rgb(191,234,117); }

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