#BDF555

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

Shades of Conifer #BDF555

Tints of Conifer #BDF555

Color information

#BDF555 (or 0xBDF555) is unknown color: approx Conifer. HEX triplet: BD, F5 and 55. RGB value is (189,245,85). Sum of RGB (Red+Green+Blue) = 189+245+85=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF555 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF555 is #420AAA. Grayscale: #D2D2D2. Windows color (decimal): -4328107 or 5633469. OLE color: 5633469.

HSL color Cylindrical-coordinate representation of color #BDF555: hue angle of 81º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF555 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB18924585-
CMYK0.2300.650.04
HSL81º88.89%64.71%-
HSV(B)81º65.31%96.08%-
XYZ55.2876.7820.5-
YUV210.0257.45113.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=36.42%
G=47.21%
B=16.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal189245850.2300.650.048188.8964.71
HexBDF555170414515941
Octal2753651252701014121131101
Binary101111011111010110101011011101000001100101000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF555; }

 p { color: rgb(189,245,85); }

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

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

 a { background-color: rgb(189,245,85); }

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

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

 span { border-color: rgb(189,245,85); }

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