#BFED85

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

Shades of Sulu #BFED85

Tints of Sulu #BFED85

Color information

#BFED85 (or 0xBFED85) is unknown color: approx Sulu. HEX triplet: BF, ED and 85. RGB value is (191,237,133). Sum of RGB (Red+Green+Blue) = 191+237+133=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED85 is #40127A. Grayscale: #D3D3D3. Windows color (decimal): -4199035 or 8777151. OLE color: 8777151.

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

Color convert

RGB191237133-
CMYK0.1900.440.07
HSL86.54º74.29%72.55%-
HSV(B)86.54º43.88%92.94%-
XYZ5673.3433.39-
YUV211.3983.76113.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=34.05%
G=42.25%
B=23.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371330.1900.440.0786.5474.2972.55
HexBFED851302C7574a49
Octal277355205230547127112111
Binary101111111110110110000101100110101100111101011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED85; }

 p { color: rgb(191,237,133); }

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

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

 a { background-color: rgb(191,237,133); }

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

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

 span { border-color: rgb(191,237,133); }

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