#BFF965

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

Shades of Sulu #BFF965

Tints of Sulu #BFF965

Color information

#BFF965 (or 0xBFF965) is unknown color: approx Sulu. HEX triplet: BF, F9 and 65. RGB value is (191,249,101). Sum of RGB (Red+Green+Blue) = 191+249+101=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF965 is #40069A. Grayscale: #D7D7D7. Windows color (decimal): -4195995 or 6683071. OLE color: 6683071.

HSL color Cylindrical-coordinate representation of color #BFF965: hue angle of 83.51º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF965 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB191249101-
CMYK0.2300.590.02
HSL83.51º92.5%68.63%-
HSV(B)83.51º59.44%97.65%-
XYZ57.7179.7724.67-
YUV214.7963.78111.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=35.30%
G=46.03%
B=18.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491010.2300.590.0283.5192.568.63
HexBFF9651703B2545c45
Octal277371145270732124134105
Binary1011111111111001110010110111011101110101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF965; }

 p { color: rgb(191,249,101); }

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

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

 a { background-color: rgb(191,249,101); }

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

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

 span { border-color: rgb(191,249,101); }

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