#BDFF59

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

Shades of Conifer #BDFF59

Tints of Conifer #BDFF59

Color information

#BDFF59 (or 0xBDFF59) is unknown color: approx Conifer. HEX triplet: BD, FF and 59. RGB value is (189,255,89). Sum of RGB (Red+Green+Blue) = 189+255+89=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF59 is #4200A6. Grayscale: #D8D8D8. Windows color (decimal): -4325543 or 5898173. OLE color: 5898173.

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

Color convert

RGB18925589-
CMYK0.2600.650
HSL83.86º100%67.45%-
HSV(B)83.86º65.1%100%-
XYZ58.5583.0622.4-
YUV216.3456.13108.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 89 (35.16% from 255) = 16.70%
R=35.46%
G=47.84%
B=16.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255890.2600.65083.8610067.45
HexBDFF591A0410546443
Octal2753771313201010124144103
Binary1011110111111111101100111010010000010101010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF59; }

 p { color: rgb(189,255,89); }

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

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

 a { background-color: rgb(189,255,89); }

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

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

 span { border-color: rgb(189,255,89); }

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