#BDF143

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

Shades of Conifer #BDF143

Tints of Conifer #BDF143

Color information

#BDF143 (or 0xBDF143) is unknown color: approx Conifer. HEX triplet: BD, F1 and 43. RGB value is (189,241,67). Sum of RGB (Red+Green+Blue) = 189+241+67=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF143 is #420EBC. Grayscale: #CECECE. Windows color (decimal): -4329149 or 4452797. OLE color: 4452797.

HSL color Cylindrical-coordinate representation of color #BDF143: hue angle of 77.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF143 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB18924167-
CMYK0.2200.720.05
HSL77.93º86.14%60.39%-
HSV(B)77.93º72.2%94.51%-
XYZ53.4574.1316.8-
YUV205.6249.77116.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 67 (26.56% from 255) = 13.48%
R=38.03%
G=48.49%
B=13.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241670.2200.720.0577.9386.1460.39
HexBDF1431604854e563c
Octal275361103260110511612674
Binary10111101111100011000011101100100100010110011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF143; }

 p { color: rgb(189,241,67); }

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

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

 a { background-color: rgb(189,241,67); }

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

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

 span { border-color: rgb(189,241,67); }

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