#BFFD8A

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

Shades of Sulu #BFFD8A

Tints of Sulu #BFFD8A

Color information

#BFFD8A (or 0xBFFD8A) is unknown color: approx Sulu. HEX triplet: BF, FD and 8A. RGB value is (191,253,138). Sum of RGB (Red+Green+Blue) = 191+253+138=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD8A is #400275. Grayscale: #DDDDDD. Windows color (decimal): -4194934 or 9108927. OLE color: 9108927.

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

Color convert

RGB191253138-
CMYK0.2500.450.01
HSL92.35º96.64%76.67%-
HSV(B)92.35º45.45%99.22%-
XYZ61.283.1636.87-
YUV221.3580.96106.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 253 (99.22% from 255) = 43.47%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=32.82%
G=43.47%
B=23.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531380.2500.450.0192.3596.6476.67
HexBFFD8A1902D15c614d
Octal277375212310551134141115
Binary1011111111111101100010101100101011011101110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD8A; }

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

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

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

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

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

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

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

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