#BFF07B

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

Shades of Sulu #BFF07B

Tints of Sulu #BFF07B

Color information

#BFF07B (or 0xBFF07B) is unknown color: approx Sulu. HEX triplet: BF, F0 and 7B. RGB value is (191,240,123). Sum of RGB (Red+Green+Blue) = 191+240+123=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF07B is #400F84. Grayscale: #D4D4D4. Windows color (decimal): -4198277 or 8122559. OLE color: 8122559.

HSL color Cylindrical-coordinate representation of color #BFF07B: hue angle of 85.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF07B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB191240123-
CMYK0.2000.490.06
HSL85.13º79.59%71.18%-
HSV(B)85.13º48.75%94.12%-
XYZ56.2274.8330.22-
YUV212.0177.77113.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 123 (48.44% from 255) = 22.20%
R=34.48%
G=43.32%
B=22.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401230.2000.490.0685.1379.5971.18
HexBFF07B140316555047
Octal277360173240616125120107
Binary10111111111100001111011101000110001110101010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF07B; }

 p { color: rgb(191,240,123); }

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

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

 a { background-color: rgb(191,240,123); }

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

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

 span { border-color: rgb(191,240,123); }

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