#BEFF90

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

Shades of Reef #BEFF90

Tints of Reef #BEFF90

Color information

#BEFF90 (or 0xBEFF90) is unknown color: approx Reef. HEX triplet: BE, FF and 90. RGB value is (190,255,144). Sum of RGB (Red+Green+Blue) = 190+255+144=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF90 is #41006F. Grayscale: #DFDFDF. Windows color (decimal): -4259952 or 9502654. OLE color: 9502654.

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

Color convert

RGB190255144-
CMYK0.2500.440
HSL95.14º100%78.24%-
HSV(B)95.14º43.53%100%-
XYZ62.0384.4839.42-
YUV222.9183.47104.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=32.26%
G=43.29%
B=24.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551440.2500.44095.1410078.24
HexBEFF901902C05f644e
Octal276377220310540137144116
Binary1011111011111111100100001100101011000101111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF90; }

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

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

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

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

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

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

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

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