#BDFD50

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

Shades of Conifer #BDFD50

Tints of Conifer #BDFD50

Color information

#BDFD50 (or 0xBDFD50) is unknown color: approx Conifer. HEX triplet: BD, FD and 50. RGB value is (189,253,80). Sum of RGB (Red+Green+Blue) = 189+253+80=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD50 is #4202AF. Grayscale: #D6D6D6. Windows color (decimal): -4326064 or 5307837. OLE color: 5307837.

HSL color Cylindrical-coordinate representation of color #BDFD50: hue angle of 82.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDFD50 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB18925380-
CMYK0.2500.680.01
HSL82.2º97.74%65.29%-
HSV(B)82.2º68.38%99.22%-
XYZ57.5681.6520.32-
YUV214.1452.3110.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 80 (31.64% from 255) = 15.33%
R=36.21%
G=48.47%
B=15.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189253800.2500.680.0182.297.7465.29
HexBDFD50190441526241
Octal2753751203101041122142101
Binary1011110111111101101000011001010001001101001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD50; }

 p { color: rgb(189,253,80); }

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

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

 a { background-color: rgb(189,253,80); }

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

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

 span { border-color: rgb(189,253,80); }

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