#BFF78D

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

Shades of Sulu #BFF78D

Tints of Sulu #BFF78D

Color information

#BFF78D (or 0xBFF78D) is unknown color: approx Sulu. HEX triplet: BF, F7 and 8D. RGB value is (191,247,141). Sum of RGB (Red+Green+Blue) = 191+247+141=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF78D is #400872. Grayscale: #DADADA. Windows color (decimal): -4196467 or 9303999. OLE color: 9303999.

HSL color Cylindrical-coordinate representation of color #BFF78D: hue angle of 91.7º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFF78D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB191247141-
CMYK0.2300.430.03
HSL91.7º86.89%76.08%-
HSV(B)91.7º42.91%96.86%-
XYZ59.5579.5237.41-
YUV218.1784.45108.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=32.99%
G=42.66%
B=24.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471410.2300.430.0391.786.8976.08
HexBFF78D1702B35c574c
Octal277367215270533134127114
Binary10111111111101111000110110111010101111101110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF78D; }

 p { color: rgb(191,247,141); }

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

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

 a { background-color: rgb(191,247,141); }

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

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

 span { border-color: rgb(191,247,141); }

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