#BDFE94

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

Shades of Reef #BDFE94

Tints of Reef #BDFE94

Color information

#BDFE94 (or 0xBDFE94) is unknown color: approx Reef. HEX triplet: BD, FE and 94. RGB value is (189,254,148). Sum of RGB (Red+Green+Blue) = 189+254+148=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE94 is #42016B. Grayscale: #DEDEDE. Windows color (decimal): -4325740 or 9764541. OLE color: 9764541.

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

Color convert

RGB189254148-
CMYK0.2600.420.00
HSL96.79º98.15%78.82%-
HSV(B)96.79º41.73%99.61%-
XYZ61.7783.8440.94-
YUV222.4885.97104.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 254 (99.61% from 255) = 42.98%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=31.98%
G=42.98%
B=25.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541480.2600.420.0096.7998.1578.82
HexBDFE941A02A061624f
Octal275376224320520141142117
Binary1011110111111110100101001101001010100110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE94; }

 p { color: rgb(189,254,148); }

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

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

 a { background-color: rgb(189,254,148); }

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

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

 span { border-color: rgb(189,254,148); }

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