#BFFF93

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

Shades of Reef #BFFF93

Tints of Reef #BFFF93

Color information

#BFFF93 (or 0xBFFF93) is unknown color: approx Reef. HEX triplet: BF, FF and 93. RGB value is (191,255,147). Sum of RGB (Red+Green+Blue) = 191+255+147=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF93 is #40006C. Grayscale: #DFDFDF. Windows color (decimal): -4194413 or 9699263. OLE color: 9699263.

HSL color Cylindrical-coordinate representation of color #BFFF93: hue angle of 95.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFFF93 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB191255147-
CMYK0.2500.420
HSL95.56º100%78.82%-
HSV(B)95.56º42.35%100%-
XYZ62.5184.740.66-
YUV223.5584.8104.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 147 (57.81% from 255) = 24.79%
R=32.21%
G=43.00%
B=24.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551470.2500.42095.5610078.82
HexBFFF931902A060644f
Octal277377223310520140144117
Binary1011111111111111100100111100101010100110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF93; }

 p { color: rgb(191,255,147); }

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

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

 a { background-color: rgb(191,255,147); }

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

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

 span { border-color: rgb(191,255,147); }

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