#BFFC70

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

Shades of Sulu #BFFC70

Tints of Sulu #BFFC70

Color information

#BFFC70 (or 0xBFFC70) is unknown color: approx Sulu. HEX triplet: BF, FC and 70. RGB value is (191,252,112). Sum of RGB (Red+Green+Blue) = 191+252+112=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC70 is #40038F. Grayscale: #DADADA. Windows color (decimal): -4195216 or 7404735. OLE color: 7404735.

HSL color Cylindrical-coordinate representation of color #BFFC70: hue angle of 86.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFFC70 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB191252112-
CMYK0.2400.560.01
HSL86.14º95.89%71.37%-
HSV(B)86.14º55.56%98.82%-
XYZ59.2281.8728.01-
YUV217.868.29108.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 252 (98.83% from 255) = 45.41%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=34.41%
G=45.41%
B=20.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521120.2400.560.0186.1495.8971.37
HexBFFC70180381566047
Octal277374160300701126140107
Binary101111111111110011100001100001110001101011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFC70; }

 p { color: rgb(191,252,112); }

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

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

 a { background-color: rgb(191,252,112); }

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

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

 span { border-color: rgb(191,252,112); }

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