#BFFD92

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

Shades of Reef #BFFD92

Tints of Reef #BFFD92

Color information

#BFFD92 (or 0xBFFD92) is unknown color: approx Reef. HEX triplet: BF, FD and 92. RGB value is (191,253,146). Sum of RGB (Red+Green+Blue) = 191+253+146=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD92 is #40026D. Grayscale: #DEDEDE. Windows color (decimal): -4194926 or 9633215. OLE color: 9633215.

HSL color Cylindrical-coordinate representation of color #BFFD92: hue angle of 94.77º 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 #BFFD92 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB191253146-
CMYK0.2500.420.01
HSL94.77º96.4%78.24%-
HSV(B)94.77º42.29%99.22%-
XYZ61.883.440.04-
YUV222.2684.96105.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=32.37%
G=42.88%
B=24.75%

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
Decimal1912531460.2500.420.0194.7796.478.24
HexBFFD921902A15f604e
Octal277375222310521137140116
Binary1011111111111101100100101100101010101101111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD92; }

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

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

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

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

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

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

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

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