#BFFD93

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

Shades of Reef #BFFD93

Tints of Reef #BFFD93

Color information

#BFFD93 (or 0xBFFD93) is unknown color: approx Reef. HEX triplet: BF, FD and 93. RGB value is (191,253,147). Sum of RGB (Red+Green+Blue) = 191+253+147=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD93 is #40026C. Grayscale: #DEDEDE. Windows color (decimal): -4194925 or 9698751. OLE color: 9698751.

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

Color convert

RGB191253147-
CMYK0.2500.420.01
HSL95.09º96.36%78.43%-
HSV(B)95.09º41.9%99.22%-
XYZ61.8883.4340.45-
YUV222.3885.46105.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 253 (99.22% from 255) = 42.81%
BLUE value IS 147 (57.81% from 255) = 24.87%
R=32.32%
G=42.81%
B=24.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531470.2500.420.0195.0996.3678.43
HexBFFD931902A15f604e
Octal277375223310521137140116
Binary1011111111111101100100111100101010101101111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD93; }

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

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

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

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

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

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

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

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