#bdfa58

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

Shades of Conifer #BDFA58

Tints of Conifer #BDFA58

Color information

#BDFA58 (or 0xBDFA58) is unknown color: approx Conifer. HEX triplet: BD, FA and 58. RGB value is (189,250,88). Sum of RGB (Red+Green+Blue) = 189+250+88=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA58 is #4205A7. Grayscale: #D5D5D5. Windows color (decimal): -4326824 or 5831357. OLE color: 5831357.

HSL color Cylindrical-coordinate representation of color #BDFA58: hue angle of 82.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDFA58 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB18925088-
CMYK0.2400.650.02
HSL82.59º94.19%66.27%-
HSV(B)82.59º64.8%98.04%-
XYZ56.9379.8921.65-
YUV213.2957.29110.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 250 (98.05% from 255) = 47.44%
BLUE value IS 88 (34.77% from 255) = 16.70%
R=35.86%
G=47.44%
B=16.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189250880.2400.650.0282.5994.1966.27
HexBDFA58180412535e42
Octal2753721303001012123136102
Binary10111101111110101011000110000100000110101001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdfa58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdfa58; }

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

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

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

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

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

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

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

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