#bdff58

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

Shades of Conifer #BDFF58

Tints of Conifer #BDFF58

Color information

#BDFF58 (or 0xBDFF58) is unknown color: approx Conifer. HEX triplet: BD, FF and 58. RGB value is (189,255,88). Sum of RGB (Red+Green+Blue) = 189+255+88=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF58 is #4200A7. Grayscale: #D8D8D8. Windows color (decimal): -4325544 or 5832637. OLE color: 5832637.

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

Color convert

RGB18925588-
CMYK0.2600.650
HSL83.71º100%67.25%-
HSV(B)83.71º65.49%100%-
XYZ58.5183.0422.18-
YUV216.2355.63108.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 88 (34.77% from 255) = 16.54%
R=35.53%
G=47.93%
B=16.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255880.2600.65083.7110067.25
HexBDFF581A0410546443
Octal2753771303201010124144103
Binary1011110111111111101100011010010000010101010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdff58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdff58; }

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

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

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

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

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

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

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

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