#BFFD88

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

Shades of Sulu #BFFD88

Tints of Sulu #BFFD88

Color information

#BFFD88 (or 0xBFFD88) is unknown color: approx Sulu. HEX triplet: BF, FD and 88. RGB value is (191,253,136). Sum of RGB (Red+Green+Blue) = 191+253+136=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD88 is #400277. Grayscale: #DDDDDD. Windows color (decimal): -4194936 or 8977855. OLE color: 8977855.

HSL color Cylindrical-coordinate representation of color #BFFD88: hue angle of 91.79º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFFD88 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB191253136-
CMYK0.2500.460.01
HSL91.79º96.69%76.27%-
HSV(B)91.79º46.25%99.22%-
XYZ61.0683.136.12-
YUV221.1279.96106.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 136 (53.52% from 255) = 23.45%
R=32.93%
G=43.62%
B=23.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531360.2500.460.0191.7996.6976.27
HexBFFD881902E15c614c
Octal277375210310561134141114
Binary1011111111111101100010001100101011101101110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD88; }

 p { color: rgb(191,253,136); }

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

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

 a { background-color: rgb(191,253,136); }

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

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

 span { border-color: rgb(191,253,136); }

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