#BFEE84

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

Shades of Sulu #BFEE84

Tints of Sulu #BFEE84

Color information

#BFEE84 (or 0xBFEE84) is unknown color: approx Sulu. HEX triplet: BF, EE and 84. RGB value is (191,238,132). Sum of RGB (Red+Green+Blue) = 191+238+132=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEE84 is #40117B. Grayscale: #D4D4D4. Windows color (decimal): -4198780 or 8711871. OLE color: 8711871.

HSL color Cylindrical-coordinate representation of color #BFEE84: hue angle of 86.6º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFEE84 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB191238132-
CMYK0.2000.450.07
HSL86.6º75.71%72.55%-
HSV(B)86.6º44.54%93.33%-
XYZ56.2373.8933.13-
YUV211.8682.93113.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=34.05%
G=42.42%
B=23.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381320.2000.450.0786.675.7172.55
HexBFEE841402D7574c49
Octal277356204240557127114111
Binary101111111110111010000100101000101101111101011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE84; }

 p { color: rgb(191,238,132); }

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

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

 a { background-color: rgb(191,238,132); }

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

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

 span { border-color: rgb(191,238,132); }

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