#BFF680

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

Shades of Sulu #BFF680

Tints of Sulu #BFF680

Color information

#BFF680 (or 0xBFF680) is unknown color: approx Sulu. HEX triplet: BF, F6 and 80. RGB value is (191,246,128). Sum of RGB (Red+Green+Blue) = 191+246+128=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF680 is #40097F. Grayscale: #D8D8D8. Windows color (decimal): -4196736 or 8451775. OLE color: 8451775.

HSL color Cylindrical-coordinate representation of color #BFF680: hue angle of 87.97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF680 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB191246128-
CMYK0.2200.480.04
HSL87.97º86.76%73.33%-
HSV(B)87.97º47.97%96.47%-
XYZ58.3478.5532.51-
YUV216.178.28110.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=33.81%
G=43.54%
B=22.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461280.2200.480.0487.9786.7673.33
HexBFF680160304585749
Octal277366200260604130127111
Binary101111111111011010000000101100110000100101100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF680; }

 p { color: rgb(191,246,128); }

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

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

 a { background-color: rgb(191,246,128); }

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

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

 span { border-color: rgb(191,246,128); }

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