#BDFE92

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

Shades of Reef #BDFE92

Tints of Reef #BDFE92

Color information

#BDFE92 (or 0xBDFE92) is unknown color: approx Reef. HEX triplet: BD, FE and 92. RGB value is (189,254,146). Sum of RGB (Red+Green+Blue) = 189+254+146=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE92 is #42016D. Grayscale: #DEDEDE. Windows color (decimal): -4325742 or 9633469. OLE color: 9633469.

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

Color convert

RGB189254146-
CMYK0.2600.430.00
HSL96.11º98.18%78.43%-
HSV(B)96.11º42.52%99.61%-
XYZ61.6283.7840.12-
YUV222.2584.97104.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=32.09%
G=43.12%
B=24.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541460.2600.430.0096.1198.1878.43
HexBDFE921A02B060624e
Octal275376222320530140142116
Binary1011110111111110100100101101001010110110000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE92; }

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

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

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

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

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

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

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

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