#BFFF90

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

Shades of Reef #BFFF90

Tints of Reef #BFFF90

Color information

#BFFF90 (or 0xBFFF90) is unknown color: approx Reef. HEX triplet: BF, FF and 90. RGB value is (191,255,144). Sum of RGB (Red+Green+Blue) = 191+255+144=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF90 is #40006F. Grayscale: #DFDFDF. Windows color (decimal): -4194416 or 9502655. OLE color: 9502655.

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

Color convert

RGB191255144-
CMYK0.2500.440
HSL94.59º100%78.24%-
HSV(B)94.59º43.53%100%-
XYZ62.2884.6139.43-
YUV223.2183.3105.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 144 (56.64% from 255) = 24.41%
R=32.37%
G=43.22%
B=24.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551440.2500.44094.5910078.24
HexBFFF901902C05f644e
Octal277377220310540137144116
Binary1011111111111111100100001100101011000101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF90; }

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

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

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

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

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

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

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

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