#BFFD69

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

Shades of Sulu #BFFD69

Tints of Sulu #BFFD69

Color information

#BFFD69 (or 0xBFFD69) is unknown color: approx Sulu. HEX triplet: BF, FD and 69. RGB value is (191,253,105). Sum of RGB (Red+Green+Blue) = 191+253+105=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD69 is #400296. Grayscale: #DADADA. Windows color (decimal): -4194967 or 6946239. OLE color: 6946239.

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

Color convert

RGB191253105-
CMYK0.2500.580.01
HSL85.14º97.37%70.2%-
HSV(B)85.14º58.5%99.22%-
XYZ59.1682.3526.14-
YUV217.5964.46109.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 105 (41.41% from 255) = 19.13%
R=34.79%
G=46.08%
B=19.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531050.2500.580.0185.1497.3770.2
HexBFFD691903A1556146
Octal277375151310721125141106
Binary101111111111110111010011100101110101101010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD69; }

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

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

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

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

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

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

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

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